streams/view/theme/redbasic/css/narrow_navbar.css
Ray 03acf26a09 contextual_help
removes code related to contextual help
2023-01-31 12:13:47 -05:00

26 lines
279 B
CSS

@media screen and (min-width: 767px) {
nav.navbar {
padding-top: 1px;
padding-bottom: 1px
}
nav .badge {
top: 0px;
left: -0.25rem;
}
aside {
padding-top: 3.5rem;
}
section {
padding-top: 3.5rem;
}
#jGrowl.top-right {
top: 3.5rem;
right: 15px;
}
}