bug fixes
This commit is contained in:
@ -26,20 +26,6 @@
|
||||
|
||||
/* bootstrap.css | http://localhost:5000/lib/bootstrap/css/bootstrap.css */
|
||||
|
||||
.nav-link {
|
||||
/* background-color: var(--bs-nav-tabs-link-active-bg); */
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.dropdown-item {
|
||||
/* background-color: transparent; */
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
/* background-color: var(--bs-dropdown-bg); */
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
div.carousel-inner > div.item > div.carousel-caption-s {
|
||||
margin: .5em;
|
||||
@ -48,3 +34,8 @@ div.carousel-inner > div.item > div.carousel-caption-s {
|
||||
font-weight: bold;
|
||||
padding: .5em;
|
||||
}
|
||||
|
||||
img.blogphoto {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user