CSS changes
This commit is contained in:
parent
2279145be0
commit
0f74130171
1 changed files with 6 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue