This commit is contained in:
thijs 2023-11-03 17:30:27 +01:00
parent 302d6a0120
commit 243b0ae2eb

View file

@ -65,7 +65,7 @@ header, main, footer {
min-width: 800px;
margin: 20px auto;
padding: 20px;
border: 1px solid white;
border: 1px solid rgb(255, 110, 26);
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}