fix overflow

This commit is contained in:
Sem van der Hoeven
2023-06-02 13:12:08 +02:00
parent e2f4cde884
commit 50eafe6720

View File

@@ -30,7 +30,7 @@ html, body {
.lastpicture {
width: 40%;
float: right;
height: 400px;
/* height: 400px; */
border: 1px solid red;
padding: 10px;
}