mirror of
https://github.com/originalmk/skrytka-app.git
synced 2024-11-20 10:28:50 +00:00
Improve logo scaling
This commit is contained in:
parent
a51e4d47b0
commit
238d028a74
@ -175,6 +175,12 @@ body {
|
|||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
|
@media (max-width: 500px) {
|
||||||
|
width: 150px;
|
||||||
|
height: 150px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
&::before{
|
&::before{
|
||||||
content: "";
|
content: "";
|
||||||
background-image: conic-gradient(
|
background-image: conic-gradient(
|
||||||
@ -206,10 +212,11 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.box {
|
.box {
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
width: 220px;
|
width: 95%;
|
||||||
height: 220px;
|
height: 95%
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user