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