diff --git a/card.html b/card.html index aa247ef..544a4d0 100644 --- a/card.html +++ b/card.html @@ -55,6 +55,13 @@ overflow-y: scroll; } + @media (orientation: landscape) { + body { + max-width: 3.5in; + margin: auto; + } + } + #card { border-radius:8px; margin:0; background-color:#222; width:100%; aspect-ratio: 3.5/2 } @@ -135,6 +142,7 @@ background-color: #222; color:white; border-radius: 8px; + text-decoration: none; } .row > a h1 { margin:0; @@ -170,55 +178,20 @@