scroll patch + marginally better home style

This commit is contained in:
2023-10-25 16:41:51 -04:00
parent 5b35a89399
commit 2d411e8634
2 changed files with 10 additions and 3 deletions

View File

@@ -24,7 +24,6 @@
} }
html, body { html, body {
overflow-x: hidden;
scroll-behavior: smooth; scroll-behavior: smooth;
} }
@@ -275,8 +274,16 @@ a {
padding: 3rem; padding: 3rem;
display: inline-block; display: inline-block;
background-color: rgb(44, 44, 44, .75); background-color: rgb(44, 44, 44, .75);
border-radius: 1em;
border: solid black 4px; border: solid black 4px;
text-align: center; text-align: center;
text-shadow: .15em .15em rgba(255, 255, 255, 0.2);
}
#HomeContent p {
text-shadow: none;
color: #a8a8a8;
margin: 0;
} }
.flex { .flex {

View File

@@ -8,8 +8,8 @@ body {
height: 100vh; height: 100vh;
} }
html, body, #map { #map {
height: 100%; height: 100vh;
width: 100vw; width: 100vw;
} }