responsive styles for mobile

master
Adam Veldhousen 4 年之前
父節點 e860ed5eaa
當前提交 ed4793aaa8
簽署人: adam
GPG Key ID: 6DB29003C6DD1E4B

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

Loading…
取消
儲存