From e1858d8ce909556848c8a5f4e4fa1ad4b9a1727e Mon Sep 17 00:00:00 2001 From: Manoela Ilic Date: Wed, 10 Jan 2024 11:08:42 +0000 Subject: [PATCH] Clean up --- css/base.css | 11 +++++++++-- index.html | 2 -- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/css/base.css b/css/base.css index 0dddd56..a13e162 100644 --- a/css/base.css +++ b/css/base.css @@ -139,10 +139,10 @@ a:focus-visible { grid-column-gap: 2rem; pointer-events: none; justify-items: start; - grid-template-columns: auto auto auto 1fr; + grid-template-columns: 100%; align-items: start; justify-content: start; - grid-template-areas: 'prev back sub sponsor' 'title title title title'; + grid-template-areas: 'title' 'prev' 'back' 'sub' 'sponsor'; } .frame #cdawrap { @@ -371,6 +371,13 @@ svg text { } @media screen and (min-width: 53em) { + .frame { + grid-template-columns: auto auto auto 1fr; + grid-template-areas: 'prev back sub sponsor' 'title title title title'; + } + .frame #cdawrap { + justify-self: end; + } .card-wrap { grid-template-columns: repeat(3,250px); } diff --git a/index.html b/index.html index d5a2295..834efcd 100755 --- a/index.html +++ b/index.html @@ -20,7 +20,6 @@ -
@@ -294,7 +293,6 @@

More you might like

Made by @codrops

-