vjfw/web/css/main.css

26 lines
207 B
CSS
Raw Normal View History

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