Last active
February 24, 2020 06:02
-
-
Save chrisliuqq/86f56b3fe6470bb1776eb10b27dce385 to your computer and use it in GitHub Desktop.
fix for header, footer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { | |
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