update modal for phone

main
victor 3 weeks ago
parent 85b6505946
commit f47c36a1e8

@ -119,19 +119,16 @@ p {
position: fixed; position: fixed;
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
background: rgba(55, 55, 55, 0.5); background: #212529;
z-index: 10000; z-index: 10000;
color: white; color: white;
padding: 5%; padding: 1ch;
} }
.modaltext{ .modaltext{
max-width: 80ch; max-width: 80ch;
margin: auto; margin: auto;
background: #212529;
padding: 5ch;
} }
.closemodal{ .closemodal{
@ -285,6 +282,30 @@ h1:has(.counter):hover .counter, p:has(.counter):hover .counter {
color: rgba(255, 255, 255, 0.7); color: rgba(255, 255, 255, 0.7);
pointer-events: none; pointer-events: none;
} }
.modaloverlay{
position: fixed;
width: 100vw;
height: 100vh;
background: rgba(55, 55, 55, 0.5);
z-index: 10000;
color: white;
padding: 5%;
}
.modaltext{
max-width: 80ch;
margin: auto;
background: #212529;
padding: 5ch;
}
.closemodal{
position: absolute;
left: 72%;
padding: 4px;
border: 2px solid white;
}
} }

Loading…
Cancel
Save