mirror of
https://github.com/RobertHeaton/RobertHeaton.github.io.git
synced 2026-01-10 13:52:04 +00:00
Update 4.css
This commit is contained in:
14
4.css
14
4.css
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user