Template:Home/styles.css

Template page
Revision as of 09:12, 31 October 2023 by Timothy (talk | contribs)
.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;
}