Css Änderungen

This commit is contained in:
ja
2021-11-24 11:41:08 +01:00
parent 6641ae6252
commit e3a42fef20
4 changed files with 14 additions and 17 deletions

View File

@@ -118,7 +118,7 @@ ContentPlaceHolder1 {
background-attachment: fixed;
background-size: cover;
background-color: #fff;
width: 390px;
width: 400px;
}
table {
border-collapse: collapse;
@@ -151,8 +151,7 @@ ContentPlaceHolder1 {
}
.modal-content {
width: 300px;
display: block;
display: block;
overflow-x: no-content;
}
.modal-header {
@@ -497,6 +496,6 @@ ContentPlaceHolder1 {
width: 400px;
}
#contfluid {
width: 600px;
width: 700px;
}
}