i forgot
This commit is contained in:
+3
-11
@@ -19,10 +19,6 @@ html {
|
||||
--accent: #034ea2;
|
||||
--accent-secondary: #085fc3;
|
||||
|
||||
/* Spacing */
|
||||
--section-spacing: 4rem;
|
||||
--spacing: 3rem;
|
||||
|
||||
/* Misc */
|
||||
--transition: 0.2s ease-in-out;
|
||||
}
|
||||
@@ -260,7 +256,8 @@ textarea {
|
||||
*/
|
||||
|
||||
h1 {
|
||||
margin-bottom: 1rem;
|
||||
font-size: 2em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
@@ -269,7 +266,7 @@ h2 {
|
||||
|
||||
@media screen and (min-width: 480px) {
|
||||
h1 {
|
||||
font-size: 2.5rem;
|
||||
font-size: 2.5em;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -348,8 +345,3 @@ a:hover,
|
||||
box-shadow var(--transition),
|
||||
-webkit-box-shadow var(--transition);
|
||||
}
|
||||
|
||||
/* Section */
|
||||
section {
|
||||
margin-bottom: var(--spacing);
|
||||
}
|
||||
Reference in New Issue
Block a user