No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
.main-portals h2 { | .main-portals h2 { | ||
font-size: 32px; | font-size: 32px; | ||
letter-spacing: 5px; | letter-spacing: 5px; | ||
} | } | ||
| Line 40: | Line 28: | ||
grid-column: span 2; | grid-column: span 2; | ||
} | } | ||
} | } | ||
| Line 55: | Line 33: | ||
display: none; | display: none; | ||
} | } | ||
Revision as of 08:12, 31 October 2023
.main-portals h2 {
font-size: 32px;
letter-spacing: 5px;
}
.home-page h2:after {
border-bottom: 1px solid transparent !important;
}
.thumbinner {
max-width: 250px;
}
.main-portals {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.main-portals > div {
border: 1px solid #f81472;
border-radius: 15px;
background-image: radial-gradient(#001321, black 200%);
padding: 1em;
}
@media screen and (max-width: 850px) {
.main-portals > div {
grid-column: span 2;
}
}
#home-magic-words {
display: none;
}