Commit 23d6995b authored by Pietro Albini's avatar Pietro Albini

Fixed too big "logo" font size

parent 97f6f0f2
...@@ -7698,8 +7698,7 @@ header.banner .site-name { ...@@ -7698,8 +7698,7 @@ header.banner .site-name {
} }
/* line 134, ../sass/style.scss */ /* line 134, ../sass/style.scss */
header.banner .site-name .logo-ubuntuit { header.banner .site-name .logo-ubuntuit {
font-size: 2.57143em; font-size: 2.4em;
margin-bottom: 0.33333em;
margin-bottom: 0; margin-bottom: 0;
position: relative; position: relative;
text-transform: lowercase; text-transform: lowercase;
......
...@@ -132,7 +132,7 @@ header.banner { ...@@ -132,7 +132,7 @@ header.banner {
.site-name { .site-name {
float:right; float:right;
.logo-ubuntuit { .logo-ubuntuit {
@include font-size(36); font-size: 2.4em;
margin-bottom:0; margin-bottom:0;
position:relative; position:relative;
text-transform:lowercase; text-transform:lowercase;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment