1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

Used https://getbootstrap.com/customize to change grid-float-breakpoint to 319px.

Now the bar doesn't collapse.

Removed the index button so everything fits on all mobile devices.
y
This commit is contained in:
Zack Scholl
2016-04-10 09:08:18 -04:00
parent 449ca925ae
commit ea241506f5
10 changed files with 1590 additions and 725 deletions

View File

@@ -304,13 +304,13 @@ padding: 0.4em 1em 6em;
background: #fdfdfd;
}
.yue {
max-width: 800px;
max-width: 900px;
margin: 0 auto;
}
@media (min-width: 1200px) {
.container{
max-width: 800px;
max-width: 960px;
}
}