Update 4.css

This commit is contained in:
RobertHeaton
2023-09-03 07:33:16 +01:00
committed by GitHub
parent 1ce0f30c08
commit 9534301604

14
4.css
View File

@ -106,6 +106,20 @@ div.terminator{
border-radius:5px;
margin:auto;
}
div.wrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: stretch;
align-content: space-between;
}
div.wrapper2{
width:90vw;
max-width: 986px;
padding-top:20px;
margin:auto;
margin-top: 40px;
}
div.main{
width:90vw;
max-width: 986px;