Skip to content

Commit

Permalink
Merge pull request #1221 from ubyssey/fix-about-page-samlow
Browse files Browse the repository at this point in the history
Fix special article page
  • Loading branch information
brittkhat authored Aug 17, 2023
2 parents 6e67001 + 2575d2a commit 367bb28
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions article/templates/article/article_like_special_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
<h1>{{ page.title }}</h1>
</div>
<div class="u-container">
<div class="row">
<div class="seven columns article-content">
<div class="flex">
<div class="seven article-content">
{% for block in self.content %}
{% include_block block with id=block.id %}
{% endfor %}
</div>
<aside class="five columns">
<aside class="five">
{% comment %}ad goes here{% endcomment %}
{% for right_column_block in self.right_column_content %}
{% include_block right_column_block with id=block.id %}
Expand Down
4 changes: 4 additions & 0 deletions ubyssey/static_src/src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,10 @@ a.image {
}
}

.flex {
display: flex;
}

.hide {
display: none;
}
Expand Down

0 comments on commit 367bb28

Please sign in to comment.