diff --git a/assets/css/content.css b/assets/css/content.css index 1a7ee2d..7d70698 100644 --- a/assets/css/content.css +++ b/assets/css/content.css @@ -4,6 +4,7 @@ display: flex; flex-direction: row; gap: 8px; + align-items: flex-start; } .primary-action { @@ -22,3 +23,9 @@ text-decoration-line: unset; border-radius: 4px; } + +@media screen and (max-width: 768px) { + .horizontal-wrapper { + flex-direction: column; + } +}