bug fixes

This commit is contained in:
Paul Schneider
2024-11-10 23:12:02 +00:00
parent 86dc1b8a2b
commit f3a63c9e46
28 changed files with 261 additions and 234 deletions

View File

@ -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%;
}