Merge pull request #68 from daleee/877483-mobile-header-fix
[877483] Mobile Fixes
This commit is contained in:
Коммит
927c895934
|
@ -583,10 +583,28 @@ footer {
|
||||||
right: auto;
|
right: auto;
|
||||||
left: auto;
|
left: auto;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
> li {
|
.border-box;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
li {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
width: 70px;
|
width: 23%;
|
||||||
padding: 0.5em 0;
|
padding: 0.5em 0;
|
||||||
|
|
||||||
|
// Hide Make menu on mobile
|
||||||
|
&:hover .makenav-hover {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover #nav-index {
|
||||||
|
background: none;
|
||||||
|
color: @blue;
|
||||||
|
padding: 0;
|
||||||
|
border: none;
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
|
.border-box;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -597,15 +615,23 @@ footer {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
display: block;
|
display: block;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
|
||||||
|
}
|
||||||
|
.filter-bar {
|
||||||
|
width: 195px;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.make-footer {
|
.make-footer {
|
||||||
height: 220px;
|
height: 220px;
|
||||||
width: 640px;
|
width: 640px;
|
||||||
|
|
||||||
|
.carousel-wrapper {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.make-wrapper {
|
.make-wrapper {
|
||||||
width: 600px;
|
width: 600px;
|
||||||
padding-top: 10px;
|
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -623,12 +649,28 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.partners {
|
.partners {
|
||||||
.partner-list {
|
width: 100%;
|
||||||
text-align: left;
|
|
||||||
|
|
||||||
.sponsor-item {
|
hr {
|
||||||
width: 250px;
|
margin-top: 20px;
|
||||||
margin-bottom: 10px;
|
}
|
||||||
|
|
||||||
|
.refresh-sponsors {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.sponsors {
|
||||||
|
text-align: center;
|
||||||
|
li {
|
||||||
|
padding: 3px 0;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
.links {
|
||||||
|
padding: 0;
|
||||||
|
> li {
|
||||||
|
font-size: 0.8em;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -663,5 +705,52 @@ footer {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-left: 7px;
|
padding-left: 7px;
|
||||||
.border-box;
|
.border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*********************************************************
|
||||||
|
* MOBILE (320px wide, retina)
|
||||||
|
*/
|
||||||
|
@media only screen and (max-width: 320px) {
|
||||||
|
header {
|
||||||
|
.webmaker-nav-container {
|
||||||
|
height: 140px;
|
||||||
|
|
||||||
|
#logo {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tabzilla {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.nav-list {
|
||||||
|
li {
|
||||||
|
width: 25%;
|
||||||
|
border: none;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#footer-actions {
|
||||||
|
right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
#banner-join {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.make-footer {
|
||||||
|
height: auto;
|
||||||
|
width: auto;
|
||||||
|
padding-bottom: 15px;
|
||||||
|
.make-wrapper {
|
||||||
|
width: auto;
|
||||||
|
|
||||||
|
.make-footer-item {
|
||||||
|
margin-left: 9px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче