diff options
| -rw-r--r-- | resources/style.css | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/resources/style.css b/resources/style.css index 467d530..05bf450 100644 --- a/resources/style.css +++ b/resources/style.css @@ -137,15 +137,16 @@ pre {  }  .grid { -	display: grid; +	display: inline;  }  .about {  	width: 65%; +    float: left;  }  .image { -	width: 35%; +	width: auto;      float: right;  }  | 
