aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/layout.scss
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2018-07-12 11:31:30 +0000
committerGitHub <noreply@github.com>2018-07-12 11:31:30 +0000
commit0f36a88e16c843827be1074df1c36ea534b31394 (patch)
treef854920c09cde437e9562d3f35ec57bb2109f7d3 /app/Resources/static/themes/material/css/layout.scss
parent9b12f822e1ab1b9363a3b32c17590eca078ffa67 (diff)
parente93f37206a82ce575f857e073feee437bb579fbb (diff)
downloadwallabag-0f36a88e16c843827be1074df1c36ea534b31394.tar.gz
wallabag-0f36a88e16c843827be1074df1c36ea534b31394.tar.zst
wallabag-0f36a88e16c843827be1074df1c36ea534b31394.zip
Merge pull request #3692 from Simounet/feature/svg-logo
Feature/svg logo
Diffstat (limited to 'app/Resources/static/themes/material/css/layout.scss')
-rwxr-xr-xapp/Resources/static/themes/material/css/layout.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/layout.scss b/app/Resources/static/themes/material/css/layout.scss
index cfdbf2b3..56c805ef 100755
--- a/app/Resources/static/themes/material/css/layout.scss
+++ b/app/Resources/static/themes/material/css/layout.scss
@@ -24,6 +24,10 @@ main,
24 height: 100%; 24 height: 100%;
25} 25}
26 26
27.typo-logo {
28 max-width: 150px;
29}
30
27#main { 31#main {
28 flex: 1 0 auto; 32 flex: 1 0 auto;
29 33