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

github.com/mdashx/basicwebtheme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortom <tom@mdashx.com>2020-12-11 19:35:52 +0300
committertom <tom@mdashx.com>2020-12-11 19:35:52 +0300
commit58e239ca32e164c34422d240b9f5ee5793753e1e (patch)
tree49c3a81119bd425a1c20fda43db41e5513a73006
parent71192e6a87ccff48d4d1e0ae80144a4636678799 (diff)
SVG max width
-rw-r--r--static/assets/css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/assets/css/style.css b/static/assets/css/style.css
index e3ca693..6b7c487 100644
--- a/static/assets/css/style.css
+++ b/static/assets/css/style.css
@@ -17,6 +17,10 @@ img {
max-width: 100%;
}
+svg {
+ max-width: 100%;
+}
+
footer ul {
margin: 0;
padding: 0;