File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 --buttonLetterSpacing : 0.03em ;
8989 --scrollbarWidth : 16px ;
9090 --marginWidth : 10vw ;
91+ --footerMargin : 40px ;
9192 /* padding between content and edge */
9293 --leftMargin : calc (env (safe-area-inset-left) + var (--marginWidth ));
9394 --rightMargin : calc (env (safe-area-inset-right) + var (--marginWidth ));
@@ -193,7 +194,7 @@ body {
193194 text-decoration : none;
194195 font-family : "buttonfont" , sans-serif;
195196 text-transform : uppercase;
196- font-size : 13 pt ;
197+ font-size : 12 pt ;
197198 letter-spacing : var (--buttonLetterSpacing );
198199 text-align : center;
199200 border-radius : 20px ;
@@ -321,6 +322,13 @@ script {
321322 justify-content : center;
322323 background-color : var (--alternateBGColor );
323324 border-bottom : var (--mainBorder );
325+ padding : 10px ;
326+ }
327+
328+ # headerLinks > * {
329+ margin : 10px ;
330+ padding-left : 1.5em ;
331+ padding-right : 1.5em ;
324332}
325333
326334/* contains several description items */
@@ -489,7 +497,7 @@ script {
489497}
490498
491499# footer > * {
492- margin : calc (40 px + env (safe-area-inset-right)) calc (40 px + env (safe-area-inset-left));
500+ margin : calc (var ( --footerMargin ) + env (safe-area-inset-right)) calc (var ( --footerMargin ) + env (safe-area-inset-left));
493501}
494502
495503# footerLinks {
@@ -532,9 +540,21 @@ script {
532540}
533541
534542@media (max-width : 299px ) {
543+ : root {
544+ --footerMargin : 10px ;
545+ }
546+
535547 # copyright {
536548 font-size : 4vw ;
537549 }
550+
551+ .footerLink {
552+ min-width : 30px ;
553+ }
554+
555+ .footerLink img {
556+ height : 20px !important ;
557+ }
538558}
539559
540560@keyframes animatedScreen {
You can’t perform that action at this time.
0 commit comments