mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Poprawki widoków
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
.card {
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 0;
|
||||
left: 50%;
|
||||
z-index: 100;
|
||||
|
||||
transform: translateY(-50%);
|
||||
transform: translate(-50%, -50%);
|
||||
|
||||
overflow-x: hidden;
|
||||
background: #202020da;
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
box-shadow: 0 0 20px 10px #292929;
|
||||
|
||||
width: 550px;
|
||||
width: 600px;
|
||||
|
||||
padding: 0.5em 1em;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user