CSS changes

This commit is contained in:
CatAClock 2025-06-04 17:22:23 -07:00
parent 2279145be0
commit 0f74130171

View file

@ -1,3 +1,7 @@
html {
background: linear-gradient(to right, #00FFFF, #dcdcdc, #dcdcdc, #dcdcdc, #dcdcdc, #dcdcdc, #00FFFF);
}
.Button {
margin-top: 30px;
@ -24,7 +28,7 @@ div:not(.Posts) {
margin-bottom: auto;
border-style: solid;
border-width: 1%;
border-width: 2px 0;
width: 49%;
}
@ -43,7 +47,7 @@ footer {
display: flex;
justify-content: center;
height: 5vh;
height: 20vh;
}
/* Mastodon things */