vjfw/web/css/main.css
2024-05-25 17:44:34 +03:00

25 lines
207 B
CSS

.bottom {
position: fixed;
bottom: 0;
width: 100%;
text-align: center;
padding: 10px;
}
/* core overrides */
a { white-space: nowrap; }
div[content] {
display: inline;
}