Commit 31101935 authored by Mattia Migliorini's avatar Mattia Migliorini

Try a more ubuntu.com solution for #6

parent dfbff5a2
......@@ -7600,16 +7600,6 @@ body.node-type-community-page {
header.banner {
margin-bottom: 0;
}
/* line 47, ../sass/style.scss */
header.banner .search-toggle {
position: static;
float: right;
}
/* line 51, ../sass/style.scss */
header.banner .nav-toggle {
position: static;
float: left;
}
/* line 57, ../sass/style.scss */
header.banner .nav-primary ul li a {
line-height: 17px;
......@@ -7708,18 +7698,13 @@ 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 144, ../sass/style.scss */
/* line 142, ../sass/style.scss */
header.banner .site-name .logo-ubuntuit {
font-size: 2.4em;
margin-bottom: 0;
......@@ -7731,7 +7716,7 @@ header.banner .site-name .logo-ubuntuit {
font-weight: 300;
}
/* line 158, ../sass/style.scss */
/* line 156, ../sass/style.scss */
a.link-cta-ubuntu {
margin: 0 0 0.75em 0;
}
......@@ -44,14 +44,14 @@ body.node-type-community-page {
header.banner {
margin-bottom:0;
.search-toggle {
position: static;
float: right;
}
.nav-toggle {
position: static;
float: left;
}
// .search-toggle {
// position: static;
// float: right;
// }
// .nav-toggle {
// position: static;
// float: left;
// }
.nav-primary {
ul li a {
......@@ -136,10 +136,8 @@ header.banner {
}
.site-name {
text-align: center;
@media #{$breakpoint-medium} {
float:right;
text-align: left;
}
.logo-ubuntuit {
font-size: 2.4em;
......
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