responsive styles for mobile

master
Adam Veldhousen 4 years ago
parent e860ed5eaa
commit ed4793aaa8
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B

@ -18,6 +18,7 @@ h3 {
p { p {
margin: 0 0 10px 0; margin: 0 0 10px 0;
word-break: keep-all;
} }
.container { .container {
@ -53,6 +54,17 @@ p {
} }
} }
@media (max-width: 1280px) {
.container {
#center {
flex-direction: column-reverse;
#content {
max-width: 100%;
}
}
}
}
.highlight { .highlight {
line-height: 1.5em; line-height: 1.5em;
margin: 15px 0; margin: 15px 0;

Loading…
Cancel
Save