Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Main Page/Shared/Styles.css: Difference between revisions

Template page
No edit summary
Tags: Manual revert Reverted
No edit summary
Tag: Reverted
Line 16: Line 16:
.main-page {
.main-page {
position: relative;
position: relative;
padding: 25px;
padding: 250px;
background: var( --color-surface-1 );
background: var( --color-surface-1 );
border-radius: 1px;
border-radius: 10px;
font-size: 10px;
font-size: 10px;
}
}

Revision as of 05:33, 15 June 2024

.main-page--button {
	overflow: hidden;
	padding: 0;
	background: #242a31;
	border: 0;
}

.main-page--button img {
	transition: transform 250ms ease;
}

.main-page--col2 {
	grid-column: span 2;
}

.main-page {
	position: relative;
	padding: 250px;
	background: var( --color-surface-1 );
	border-radius: 10px;
	font-size: 10px;
}

#main-page-discord {
	background: #5865f2;
}