Skip to content

Commit

Permalink
Update _base.scss
Browse files Browse the repository at this point in the history
Fixed #26
  • Loading branch information
huangyz0918 committed Aug 31, 2023
1 parent adf4bae commit b6ae669
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _sass/moving/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -283,3 +283,26 @@ table {
border: 1px solid $grey-color-light;
}
}

nav {
width: 100%;
li {
display: inline;
padding-top: 20px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
}
}

/* home: post list */
.post-list ul {
margin-left: 0;
}
.post-list ul li {
display: flex;
}
.post-meta {
min-width: 80px;
font-size: 21.6px;
}

0 comments on commit b6ae669

Please sign in to comment.