This repository has been archived on 2023-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
prosody_web_admin_rest/public/css/custom.css

13 lines
167 B
CSS
Raw Normal View History

2018-05-23 16:45:25 +00:00
body {
padding-top: 54px;
}
@media (min-width: 992px) {
body {
padding-top: 56px;
}
}
#container {
margin-top: 56px;
overflow-x: hidden;
}