display inline

This commit is contained in:
davidovski 2022-05-23 22:40:34 +01:00
parent 1d07f47fb0
commit 0817db805e
1 changed files with 3 additions and 2 deletions

View File

@ -137,15 +137,16 @@ pre {
}
.grid {
display: grid;
display: inline;
}
.about {
width: 65%;
float: left;
}
.image {
width: 35%;
width: auto;
float: right;
}