feat: add news detail design
This commit is contained in:
parent
2ae28cbd87
commit
2604436c7c
9 changed files with 164 additions and 14 deletions
|
|
@ -7,3 +7,14 @@ a {
|
|||
transform: scale(1.05);
|
||||
}
|
||||
}
|
||||
|
||||
figure {
|
||||
border-radius: 1rem;
|
||||
overflow: hidden;
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue