This commit is contained in:
Janis M
2022-03-29 10:41:54 +02:00
parent 6fc6f1e9be
commit 0caff2b01a
4 changed files with 68 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
display: block;
margin-left: auto;
margin-right: auto;
width: 500px;
width: 600px;
margin-top: 60px;
margin-bottom: 60px;
border-bottom: 2px solid rgb(104, 117, 151);;
@@ -22,8 +22,22 @@ h4{
display: block;
margin-left: auto;
margin-right: auto;
width: 500px;
width: 600px;
margin-top: 60px;
margin-bottom: 60px;
border-bottom: 2px solid rgb(104, 117, 151);;
}
#order-info table{
width: 100%;
border-collapse: collapse;
border-spacing: 0;
border: 1px solid rgb(104, 117, 151);
text-align: center;
border:0;
}
#order-info table tr{
height: 50px;
border-bottom: 1px solid grey;
}