Skip to content

Commit

Permalink
Two minor style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelmdLow committed Sep 9, 2024
1 parent 6dce920 commit 5ce13db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ubyssey/static_src/src/styles/modules/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,11 @@ header.main{
ul {
display: block;
li {
margin: 1em 0;
display: block;
border: none;
text-align: left;
line-height: 1em;
}
}
}
Expand Down
1 change: 1 addition & 0 deletions ubyssey/static_src/src/styles/modules/article/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ div.article-content {
> h1,
> h2,
> h3,
> h4,
> div.c-widget-event,
> .attachment.pull-quote {
@media($bp-larger-than-phablet){
Expand Down

0 comments on commit 5ce13db

Please sign in to comment.