- added OasisContact.vue

- Mobile responsivenes
This commit is contained in:
Peter Papp
2021-04-05 07:07:28 +02:00
parent 760d7a4687
commit 790da00420
19 changed files with 717 additions and 399 deletions
+47 -1
View File
@@ -1,5 +1,51 @@
@media only screen and (min-width: 1440px) {
.container {
width: 1700px;
width: 1750px;
}
}
@media only screen and (max-width: 960px) {
// Components
.container {
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
.main-title {
@include font-size(38);
line-height: 1.1;
margin-bottom: 20px;
}
.main-title-sm {
@include font-size(32);
line-height: 1.1;
margin-bottom: 20px;
}
.sub-title {
@include font-size(20);
font-weight: 600;
}
.sub-title-sm {
@include font-size(18);
font-weight: 600;
line-height: 1.6;
}
.theme-button {
@include font-size(19);
}
.base-button {
@include font-size(15);
}
.info-title {
@include font-size(21);
margin-bottom: 12px;
}
}