games fit on phone screens

master
chimchooree 11 months ago
parent c790eff963
commit 5b363fe45a

@ -146,12 +146,12 @@ img {
grid-area: 1 / 1 / 2 / 2;
color: #C0AAC0;
text-align: center;
font-size: 5vw;/*1.5em;*/
font-size: 5vw;
text-overflow: hidden;
white-space: nowrap; /* Prevent text from wrapping */
white-space: nowrap;
display: flex;
justify-content: center; /* Horizontally center content */
align-items: center; /* Vertically center content */
justify-content: center;
align-items: center;
}
.top a {
color: #C0AAC0;

@ -2,10 +2,16 @@
color: white;
}
iframe {
border: 2px solid #df85a5;
padding: 10px;
display: block;
margin: auto;
}
@media (max-width: 767px) {
iframe {
max-width: 100%;
height: auto;
}
}

Loading…
Cancel
Save