Fixing resizing issues
This commit is contained in:
Родитель
8bf9348343
Коммит
d192640e6d
|
@ -126,8 +126,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.scootover {
|
.scootover {
|
||||||
margin-left: 15rem;
|
margin-left: auto;
|
||||||
margin-right: 15rem;
|
margin-right: auto;
|
||||||
|
max-width: 950px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
.herobar{
|
.herobar{
|
||||||
|
|
|
@ -131,7 +131,7 @@ export default {
|
||||||
.sample {
|
.sample {
|
||||||
position: relative;
|
position: relative;
|
||||||
box-shadow: 0 6px 6px rgba(0, 0, 0, 0.08);
|
box-shadow: 0 6px 6px rgba(0, 0, 0, 0.08);
|
||||||
width: 100%;
|
width: 95%;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
@ -142,7 +142,7 @@ export default {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
border: 1px solid #dcdfe0;
|
border: 1px solid #dcdfe0;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
min-width: 210px;
|
min-width: 280px;
|
||||||
|
|
||||||
@media (min-width: 600px) {
|
@media (min-width: 600px) {
|
||||||
width: calc(100% / 3 - 1rem);
|
width: calc(100% / 3 - 1rem);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче