made width auto

This commit is contained in:
davidovski 2022-05-23 22:33:00 +01:00
parent 7d3e0e28e4
commit b445849f81
1 changed files with 3 additions and 1 deletions

View File

@ -96,10 +96,12 @@ hr {
border: 0;
border-bottom: 2px solid #f58f44;
}
.title {
font-size: 45px;
color: #f58f44;
}
.small {
font-size: 9px;
padding: 0;
@ -144,7 +146,7 @@ pre {
}
.image {
width: 35%;
width: auto;
float: right;
}