Skip to content

Commit

Permalink
update artical max-width
Browse files Browse the repository at this point in the history
  • Loading branch information
cocomeow committed Nov 15, 2021
1 parent c0ff3ed commit efa2ffa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 4 additions & 2 deletions main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion main.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion main.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
$desktop: 960px;

.cover-main {
img {
max-width: 15vw;
Expand All @@ -11,5 +13,7 @@
}

.markdown-section {
max-width: 60vw !important;
@media screen and (min-width: $desktop) {
max-width: 60vw !important;
}
}

0 comments on commit efa2ffa

Please sign in to comment.