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 {
}
/* line 134, ../sass/style.scss */
header.banner .site-name .logo-ubuntuit {
font-size: 2.57143em;
margin-bottom: 0.33333em;
font-size: 2.4em;
margin-bottom: 0;
position: relative;
text-transform: lowercase;
......
......@@ -132,7 +132,7 @@ header.banner {
.site-name {
float:right;
.logo-ubuntuit {
@include font-size(36);
font-size: 2.4em;
margin-bottom:0;
position:relative;
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