Skip to content

Commit f91b17e

Browse files
committed
Finally optimized for mobile
1 parent 8d892bb commit f91b17e

1 file changed

Lines changed: 6 additions & 16 deletions

File tree

main.css

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,13 @@
1-
@media screen and (max-width: 425) {
2-
.col-sm-8 {
3-
width: 100%;
4-
}
5-
.col-sm-4 {
6-
width: 100%;
7-
}
8-
}
9-
@media screen and (max-width: 320) {
10-
.col-sm-8 {
11-
width: 100%;
12-
}
13-
.col-sm-4 {
14-
width: 100%;
15-
}
1+
@media screen and (max-width: 768px) {
162
header .row {
173
display: flex;
184
-webkit-flex: 1 1 15em;
195
flex-flow: row wrap;
20-
align-items: center;
6+
}
7+
footer .row {
8+
display: flex;
9+
-webkit-flex: 1 1 15em;
10+
flex-flow: row wrap;
2111
}
2212
}
2313
body {

0 commit comments

Comments
 (0)