mirror of
https://github.com/michivonah/website-v2.git
synced 2025-12-22 20:46:29 +01:00
Update style.css
This commit is contained in:
parent
1c958c97e7
commit
96df2d17ae
1 changed files with 14 additions and 0 deletions
14
style.css
14
style.css
|
|
@ -101,6 +101,20 @@ body{
|
|||
background: var(--theme1);
|
||||
}
|
||||
|
||||
#about{
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-around;
|
||||
align-items: left;
|
||||
}
|
||||
|
||||
#about img{
|
||||
width: 50%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#footer{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue