Skip to content

Commit 67f12e9

Browse files
committed
have to manually alter css in case people dont use scss (including travis)
1 parent c98ee1c commit 67f12e9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/css/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,12 @@ header, footer, nav, section, article, hgroup, figure {
144144
}
145145
}
146146

147+
@media all and (min-width: 566em) {
148+
.hide-large-2 {
149+
display: none;
150+
}
151+
}
152+
147153
.valid {
148154
color: #089e00;
149155
}

0 commit comments

Comments
 (0)