Toggle menu
45
232
3
1.3K
EmrysSMP Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Main page/QuickLinks/styles.css: Difference between revisions

Template page
still testing
leaving it left aligned in case we add future links, and because i dont wanna deal with CSS positioning at 2am
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
.home-quicklinks {
.home-quicklinks {
margin-top: 1rem;
margin-top: 1rem;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
}
}

Latest revision as of 23:18, 26 April 2025

.home-quicklinks {
	margin-top: 1rem;
}