Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kritoke/darksimplicity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew <matthew.rhone@outlook.com>2018-07-30 00:02:18 +0300
committerMatthew <matthew.rhone@outlook.com>2018-07-30 00:02:18 +0300
commit688b876261d27cfcfd1af165bbc59a28bdb5b5ca (patch)
tree3f154ba154558ea1892008d95ab7af3afcd171b2 /postcss
parent4bda260e69331b681c501fe7081c9888df10e9b3 (diff)
Added max width for default img css to make images responsive.v0.3.1.1
Diffstat (limited to 'postcss')
-rw-r--r--postcss/.gitignore2
-rw-r--r--postcss/src/style.min.css3
2 files changed, 5 insertions, 0 deletions
diff --git a/postcss/.gitignore b/postcss/.gitignore
new file mode 100644
index 0000000..b466248
--- /dev/null
+++ b/postcss/.gitignore
@@ -0,0 +1,2 @@
+*.json
+node_modules/* \ No newline at end of file
diff --git a/postcss/src/style.min.css b/postcss/src/style.min.css
index ba7153c..d2aea72 100644
--- a/postcss/src/style.min.css
+++ b/postcss/src/style.min.css
@@ -134,4 +134,7 @@ article {
}
ul {
font-size: responsive;
+}
+body img {
+ max-width: 100%;
} \ No newline at end of file