This commit is contained in:
andreubisquerra 2021-08-21 22:31:03 +02:00 committed by GitHub
parent fc06c557c2
commit c4075605da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -757,3 +757,36 @@ div#moreinfo, div#infowarehouse {
text-align: center;
margin: 2px;
}
.splitsale {
float: left;
width: 100%;
height: 100%;
overflow: auto;
}
.rowsplit {
width: 100%;
height: 40%;
}
.headersplit {
height: 10%;
width: 100%;
padding: 10px;
}
.headercontent {
margin: auto;
width: 50%;
border: 3px solid black;
text-align: center;
font-size: 150%;
background-color: rgb(233,234,237);
}
.row:after {
content: "";
display: table;
clear: both;
}