Skip to content

Commit

Permalink
make authors list responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini authored and BoxyUwU committed May 13, 2024
1 parent 605d2a2 commit 444ef91
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions assets/quiz.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
h1.quiz-with-authors {
display: flex;
align-items: center;
justify-content: space-between;
}

div.quiz-authors {
display: block;
font-weight: 400;
Expand All @@ -27,6 +21,14 @@ img.quiz-gh-avatar {
border-radius: 1em;
}

@media screen and (min-width: 800px) {
h1.quiz-with-authors {
display: flex;
align-items: center;
justify-content: space-between;
}
}

@media print {
details {
page-break-before: always;
Expand Down

0 comments on commit 444ef91

Please sign in to comment.