[FIX] Use proper markup instead of fighting against Bootstrap

This commit is contained in:
Peter Pfeufer
2022-09-08 11:22:40 +02:00
parent 8d255fb720
commit 18cbb994d5
2 changed files with 12 additions and 14 deletions

View File

@@ -191,7 +191,8 @@ ul.list-group.list-group-horizontal > li.list-group-item {
}
}
/* Small devices (tablets, 768px and up) */
/* Small devices (tablets, 768px and up)
------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
/* class for vertically aligning columns in a bootstrap row */
.row.vertical-flexbox-row2 {
@@ -204,10 +205,3 @@ ul.list-group.list-group-horizontal > li.list-group-item {
flex-direction: column;
}
}
/* Extra Small devices (Phones, <768px) */
@media (max-width: 767px) {
.button-wrapper .btn {
margin-bottom: 5px;
}
}