Css modal angepasst an Mobilbildschirmbreite

This commit is contained in:
ja
2021-11-23 16:31:32 +01:00
parent d008251411
commit 2c921f767c
3 changed files with 7 additions and 17 deletions

View File

@@ -244,20 +244,14 @@
.modal-content {
width: 400px;
display: block;
overflow-x: no-content;
overflow-x: hidden;
}
.modal-header {
width: 400px;
}
.modal-body {
/* background-color:#043381;*/
background-color: #fff;
color: #043381;
width: 400px;
}
.modal-footer {
width: 400px;
}