use layout grid

This commit is contained in:
davidovski 2022-05-23 22:37:35 +01:00
parent 631bf6af4f
commit 39a31fe7f2
1 changed files with 1 additions and 2 deletions

View File

@ -137,12 +137,11 @@ pre {
} }
.grid { .grid {
display: inline; display: grid;
} }
.about { .about {
width: 65%; width: 65%;
float: left;
} }
.image { .image {