Update nav and add bounds for tablet container

This commit is contained in:
Mark Otto
2013-01-17 00:58:34 -08:00
parent 267d3e7ed7
commit 7e46b6f636
10 changed files with 15 additions and 8 deletions

View File

@@ -27,6 +27,10 @@
// Responsive: Tablets and up
@media screen and (min-width: 768px) {
.container {
max-width: 728px;
}
[class^="span"] {
float: left;
}