mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
Poprawki responsywności układu strony
This commit is contained in:
@@ -362,4 +362,3 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
@@ -503,8 +503,7 @@ ul {
|
||||
|
||||
overflow: auto;
|
||||
|
||||
height: 50vh;
|
||||
min-height: 500px;
|
||||
height: 70vh;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
@@ -512,6 +511,7 @@ ul > li {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
min-width: 500px;
|
||||
|
||||
margin: 0.25em 0;
|
||||
|
||||
@@ -601,9 +601,6 @@ li > .stock-info {
|
||||
ul {
|
||||
min-height: auto;
|
||||
}
|
||||
li > .stock-info {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
@@ -25,6 +25,9 @@ export default {
|
||||
|
||||
img {
|
||||
width: 25em;
|
||||
@media screen and (max-width: 400px) {
|
||||
width: 20em;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
@@ -116,6 +116,7 @@ export default defineComponent({
|
||||
grid-column: 1;
|
||||
|
||||
margin-top: 2em;
|
||||
height: 290px;
|
||||
}
|
||||
|
||||
.train-image {
|
||||
|
||||
Reference in New Issue
Block a user