From 444ef91a729d1786bee40e45dad1ca095687703e Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Mon, 13 May 2024 13:46:57 +0200 Subject: [PATCH] make authors list responsive --- assets/quiz.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/assets/quiz.css b/assets/quiz.css index 020f297..9b4134e 100644 --- a/assets/quiz.css +++ b/assets/quiz.css @@ -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; @@ -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;