Created
June 20, 2020 14:26
-
-
Save yusanish/b892312e474a8b8d775d249df9e65020 to your computer and use it in GitHub Desktop.
esa.io Stylus css
This file contains 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
.post-header { | |
border-bottom: none; | |
} | |
@media screen and (min-width: 1000px) { | |
.layout-post__main { | |
max-width: 80%; | |
} | |
} |
This file contains 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
.viewer-action, | |
.layout-post__aside | |
{ | |
display: none; | |
} |
This file contains 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
.post-list__author, | |
.post-list__footer { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment