remove extra config

This commit is contained in:
Jennifer C J Radtke
2024-02-17 18:48:54 +00:00
parent 9d17f836ba
commit 54d8459e6a

10
css/skeleton.css vendored
View File

@@ -151,16 +151,6 @@ h4 { font-size: 1.5rem; line-height: 1.35; letter-spacing: 0; }
h5 { font-size: 1.3rem; line-height: 1.5; letter-spacing: 0; } h5 { font-size: 1.3rem; line-height: 1.5; letter-spacing: 0; }
h6 { font-size: 1.1rem; line-height: 1.6; letter-spacing: 0; } h6 { font-size: 1.1rem; line-height: 1.6; letter-spacing: 0; }
/* Larger than phablet */
@media (min-width: 550px) {
h1 { font-size: 5.0rem; }
h2 { font-size: 4.2rem; }
h3 { font-size: 3.6rem; }
h4 { font-size: 3.0rem; }
h5 { font-size: 2.4rem; }
h6 { font-size: 1.5rem; }
}
p { p {
margin-top: 0; } margin-top: 0; }