games fit on phone screens
This commit is contained in:
@@ -146,12 +146,12 @@ img {
|
|||||||
grid-area: 1 / 1 / 2 / 2;
|
grid-area: 1 / 1 / 2 / 2;
|
||||||
color: #C0AAC0;
|
color: #C0AAC0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 5vw;/*1.5em;*/
|
font-size: 5vw;
|
||||||
text-overflow: hidden;
|
text-overflow: hidden;
|
||||||
white-space: nowrap; /* Prevent text from wrapping */
|
white-space: nowrap;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center; /* Horizontally center content */
|
justify-content: center;
|
||||||
align-items: center; /* Vertically center content */
|
align-items: center;
|
||||||
}
|
}
|
||||||
.top a {
|
.top a {
|
||||||
color: #C0AAC0;
|
color: #C0AAC0;
|
||||||
|
|||||||
@@ -2,10 +2,16 @@
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
iframe {
|
iframe {
|
||||||
border: 2px solid #df85a5;
|
border: 2px solid #df85a5;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
display: block;
|
display: block;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
iframe {
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user