32 lines
391 B
CSS
32 lines
391 B
CSS
/* .header_section {
|
|
background-image: none !important;
|
|
}
|
|
|
|
.navbar {
|
|
background-image: none !important;
|
|
} */
|
|
|
|
.navbar .navbar-right {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.logout-link {
|
|
padding: 8px 15px;
|
|
}
|
|
|
|
|
|
.header_section {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.navbar {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.carousel {
|
|
margin-top: 0;
|
|
}
|
|
|