Skip to content
This repository was archived by the owner on Aug 15, 2018. It is now read-only.

Commit 9667e22

Browse files
committed
media query, two columns to one on mobile.
1 parent e8672d3 commit 9667e22

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css/master.css

+5
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,8 @@ footer{
9494
text-align: center;
9595
padding: 0.5em;
9696
}
97+
@media (max-width:600px) {
98+
.twocol{
99+
flex-direction: column;
100+
}
101+
}

0 commit comments

Comments
 (0)