feat: add news detail design

This commit is contained in:
2024-12-16 21:44:44 +01:00
parent 2ae28cbd87
commit 2604436c7c
9 changed files with 164 additions and 14 deletions

View File

@@ -7,3 +7,14 @@ a {
transform: scale(1.05);
}
}
figure {
border-radius: 1rem;
overflow: hidden;
img {
width: 100%;
height: auto;
display: block;
}
}