mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-05 17:03:58 +03:00
подправил скругление
This commit is contained in:
parent
f4d4d47c8a
commit
1ac92fa11e
1 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@ img {
|
|||
|
||||
.wallpaper-img {
|
||||
height: 100%;
|
||||
border-radius: 8px;
|
||||
border-radius: 16px;
|
||||
display: flex;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
@ -131,7 +131,7 @@ img {
|
|||
@media (min-width: 1200px) {
|
||||
.wallpaper-img {
|
||||
width: 30%;
|
||||
border-radius: 8px;
|
||||
border-radius: 16px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue