mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
scroll patch + marginally better home style
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -8,8 +8,8 @@ body {
|
|||||||
height: 100vh;
|
height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body, #map {
|
#map {
|
||||||
height: 100%;
|
height: 100vh;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user