mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
13 lines
199 B
CSS
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;
|
|
} |