Files
libreevent/website/dist/css/footerstyle.css
2023-10-09 19:26:22 +02:00

13 lines
199 B
CSS

.footer {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.tinytext {
font-size: 75%;
color: gray;
}