Update style and first post

This commit is contained in:
Tyler Perkins
2023-09-11 22:45:24 -04:00
parent 786d8b3fcc
commit dfa985812f
4 changed files with 10 additions and 7 deletions

View File

@@ -185,7 +185,7 @@ html {
object-fit: contain;
}
article a {
article > a {
text-decoration: none;
display: flex;
padding: 50px;
@@ -196,12 +196,15 @@ article a {
transition: background 200ms linear;
}
article a:hover {
article > a:hover {
background: black;
}
.post {
margin: 10px;
margin-right: 10vw;
margin-left: 10vw;
margin-top: 3vh;
margin-bottom: 1vh;
}
img {