mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
poprawki szerokości
This commit is contained in:
@@ -210,13 +210,13 @@ button.back-btn {
|
||||
|
||||
.scenery-wrapper {
|
||||
display: grid;
|
||||
grid-template-columns: 4fr 5fr;
|
||||
grid-template-columns: 4fr 6fr;
|
||||
gap: 0 1em;
|
||||
|
||||
position: relative;
|
||||
|
||||
width: 100%;
|
||||
max-width: 1700px;
|
||||
max-width: var(--max-container-width);
|
||||
min-height: 100vh;
|
||||
|
||||
margin: 1rem 0;
|
||||
@@ -234,11 +234,9 @@ button.back-btn {
|
||||
padding: 1em 0.5em;
|
||||
|
||||
height: 95vh;
|
||||
min-height: 550px;
|
||||
min-height: 750px;
|
||||
max-height: 1000px;
|
||||
|
||||
overflow: auto;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
@@ -248,7 +246,7 @@ button.back-btn {
|
||||
padding: 1em 0.5em;
|
||||
|
||||
height: 95vh;
|
||||
min-height: 550px;
|
||||
min-height: 750px;
|
||||
max-height: 1000px;
|
||||
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user