Commit 5e52a833 authored by Mattia Migliorini's avatar Mattia Migliorini

Fix #9

parent 92fd8622
......@@ -7708,13 +7708,18 @@ header.banner.inverted .header-search button[type="submit"] {
background: none;
overflow: visible;
}
/* line 138, ../sass/style.scss */
header.banner .site-name {
text-align: center;
}
@media only screen and (min-width: 768px) {
/* line 138, ../sass/style.scss */
header.banner .site-name {
float: right;
text-align: left;
}
}
/* line 142, ../sass/style.scss */
/* line 144, ../sass/style.scss */
header.banner .site-name .logo-ubuntuit {
font-size: 2.4em;
margin-bottom: 0;
......@@ -7725,3 +7730,8 @@ header.banner .site-name .logo-ubuntuit {
margin-left: 20px;
font-weight: 300;
}
/* line 158, ../sass/style.scss */
.link-cta-ubuntu {
margin-bottom: 0.75em;
}
......@@ -136,8 +136,10 @@ header.banner {
}
.site-name {
text-align: center;
@media #{$breakpoint-medium} {
float:right;
text-align: left;
}
.logo-ubuntuit {
font-size: 2.4em;
......@@ -151,3 +153,8 @@ header.banner {
}
}
}
// Add bottom margins to cta buttons.
.link-cta-ubuntu {
margin-bottom: 0.75em;
}
\ No newline at end of file
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