Static Page Generator #5

Merged
kumi merged 21 commits from dev into main 2024-07-06 14:07:00 +00:00
Showing only changes of commit 2e2327848f - Show all commits

View file

@ -81,7 +81,7 @@ h5 {
font-size: x-large; font-size: x-large;
} }
.card-body .btn-primary:not(:first-child) { .card-body :not(p):not(:first-child):not(.dropdown-content):not(.dropdown-toggle-area) {
margin-top: 10px; margin-top: 10px;
} }
@ -223,7 +223,7 @@ h5 {
position: absolute; position: absolute;
background-color: #f9f9f9; background-color: #f9f9f9;
min-width: 100%; min-width: 100%;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 1; z-index: 1;
} }