22 lines
374 B
CSS
22 lines
374 B
CSS
|
|
.panel-body {
|
|
padding-top: 0cm;
|
|
}
|
|
|
|
.landing-page.cat-title {
|
|
margin-bottom: .5cm;
|
|
margin-top: .5cm;
|
|
}
|
|
|
|
.landing-page.cat-description {
|
|
margin-top: .4cm;
|
|
}
|
|
|
|
/* Offsets contents by the height of the nav bar */
|
|
#topbar-content-offset {
|
|
overflow: scroll;
|
|
position: absolute;
|
|
top: 50px; /* height of the nav bar */
|
|
bottom: 0px;
|
|
width: 100%;
|
|
} |