Skip to content

Commit

Permalink
femme slight style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelmdLow committed Nov 15, 2024
1 parent 9cae0b1 commit 43b62c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <h1 class="o-headline o-headline--article">
{% if article.featured_media.first.image %}
<li>
<a href="{% pageurl article %}">
{% image article.featured_media.first.image width-800 format-webp alt=article.featured_media.first.alt_text %}
{% image article.featured_media.first.image height-500 format-webp alt=article.featured_media.first.alt_text %}
</a>
<a href="{% pageurl article %}">
<h3>{{article.title}}</h3>
Expand Down
8 changes: 6 additions & 2 deletions ubyssey/static_src/src/styles/supplement-2024-femme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ header h1 {
font-variation-settings: 'wght' 700;
}

.fw-description {
margin-inline: auto;
.fw-description, .subtitle {
margin: 1em auto;

text-align: center;
font-size: 2em;
Expand Down Expand Up @@ -401,6 +401,10 @@ nav.supplement-nav {
font-size: 1.5em;
}

.image-attachment {
padding: 0;
}

.category-list ul {
flex-direction: column;

Expand Down

0 comments on commit 43b62c8

Please sign in to comment.