Fedi.CrowdedGames.Group/CSS/account.css
2025-06-03 19:31:37 -07:00

68 lines
815 B
CSS

.Button {
margin-top: 30px;
border-style: solid;
border-width: 1px;
width: 100px;
height: 100px;
}
body {
margin: 0px;
text-align: center;
}
section {
display: flex;
flex-wrap: wrap;
}
div:not(.Posts) {
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
border-style: solid;
border-width: 1%;
width: 49%;
}
#stick {
position: sticky;
top: 0;
}
img {
width: 20vh;
height: 20vh;
}
footer {
display: flex;
justify-content: center;
height: 5vh;
}
/* Mastodon things */
.Trees {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.Entry {
border-left: 2px solid;
border-right: 1px dashed;
border-top: 2px solid;
border-bottom: 2px solid;
}
.Exitry {
border-left: 1px dashed;
border-right: 2px solid;
border-top: 2px solid;
border-bottom: 2px solid;
}