This commit is contained in:
ASOwnerYT
2024-11-29 21:53:46 +13:00
parent c36d7bf52a
commit b22461cd61
8 changed files with 87 additions and 31 deletions
+3 -11
View File
@@ -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);
}