Add missing border radius to header with image

This commit is contained in:
Kuba Orlik 2024-05-16 16:06:22 +02:00
parent e5a590e931
commit f321afaa4f

View File

@ -26,6 +26,10 @@
max-width: 600px;
grid-column: 1/2;
grid-row: 1/4;
img {
border-radius: 10px;
}
}
.container > div {