summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--header.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/header.php b/header.php
index d1607f7..42925fa 100644
--- a/header.php
+++ b/header.php
@@ -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" />