More actions
mNo edit summary |
mNo edit summary |
||
Line 15: | Line 15: | ||
h5.heading { | h5.heading { | ||
margin-top: 0rem; /* Once again overwriting the top margin on headings */ | margin-top: 0rem; /* Once again overwriting the top margin on headings */ | ||
} | |||
h5:link { | |||
color: black; | |||
} | } | ||
#map { | #map { |
Revision as of 13:32, 24 October 2024
#container {
display: flex;
justify-content: center;
}
span.item {
background-color: grey;
border-radius: 0.68rem;
width: 12rem;
text-align: center;
padding-top: 1rem;
padding-bottom: 1rem;
margin-left: 0.32rem;
margin-right: 0.32rem;
}
h5.heading {
margin-top: 0rem; /* Once again overwriting the top margin on headings */
}
h5:link {
color: black;
}
#map {
background: url("https://tonexum.org/wiki/images/7/7c/background-map.png");
background-size: cover;
}