Skip to content

Instantly share code, notes, and snippets.

@chrisliuqq
Last active February 24, 2020 06:02
Show Gist options
  • Save chrisliuqq/86f56b3fe6470bb1776eb10b27dce385 to your computer and use it in GitHub Desktop.
Save chrisliuqq/86f56b3fe6470bb1776eb10b27dce385 to your computer and use it in GitHub Desktop.
fix for header, footer
* {
font-family: "PingFang TC", "Microsoft JhengHei", "微軟正黑體",
"Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, sans-serif;
}
.header {
font-size: 16px;
.container {
width: 100%!important;
&::before, &::after {
content: none!important;
}
}
nav {
display: block;
}
}
.footer {
p {
color: #000 !important;
margin: 10px !important;
font-weight: 400;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment