mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-22 00:36:20 +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 {
|
.wallpaper-img {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-radius: 8px;
|
border-radius: 16px;
|
||||||
display: flex;
|
display: flex;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
@ -131,7 +131,7 @@ img {
|
||||||
@media (min-width: 1200px) {
|
@media (min-width: 1200px) {
|
||||||
.wallpaper-img {
|
.wallpaper-img {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
border-radius: 8px;
|
border-radius: 16px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue