This commit is contained in:
thijs 2023-11-03 17:30:27 +01:00
parent 4c8ee96d78
commit 698c6612a0

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);
}