diff options
Diffstat (limited to 'header.php')
-rw-r--r-- | header.php | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -236,6 +236,11 @@ font-size: 1.5em; } + .modal .card { + max-height: 90%; + max-width: 60%; + } + .modal a, .card a.button { float: right; @@ -246,6 +251,10 @@ justify-content: center; align-items: center; } + + :target.modal .card { + overflow: auto; + } </style> <link rel="preconnect" href="https://fonts.gstatic.com" /> <link href="https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Indie+Flower&family=PT+Sans&display=swap" rel="stylesheet" /> |