Update style.css

This commit is contained in:
Michi 2022-05-11 17:50:13 +02:00 committed by GitHub
parent 1c958c97e7
commit 96df2d17ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,6 +101,20 @@ body{
background: var(--theme1); 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{ #footer{
margin: 0; margin: 0;
padding: 0; padding: 0;