mirror of
https://github.com/SrIzan10/analytics.srizan.ml.git
synced 2026-05-01 10:35:15 +00:00
15 lines
191 B
CSS
15 lines
191 B
CSS
.footer {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: var(--font-size-small);
|
|
min-height: 100px;
|
|
}
|
|
|
|
.footer button {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.footer a {
|
|
text-decoration: none;
|
|
}
|