- 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
+24 -1
View File
@@ -9,7 +9,17 @@
@include font-size(62);
font-weight: 900;
line-height: 1.1;
margin-bottom: 16px;
margin-bottom: 20px;
letter-spacing: -1px;
}
.main-title-sm {
@include font-size(52);
font-weight: 900;
line-height: 1.1;
max-width: 1150px;
margin-bottom: 20px;
letter-spacing: -1px;
}
.sub-title {
@@ -23,6 +33,7 @@
font-weight: 600;
line-height: 1.6;
color: $text-secondary;
max-width: 1150px;
}
.theme-button {
@@ -55,6 +66,10 @@
display: inline-block;
font-weight: 800;
color: $theme;
appearance: none;
outline: 0;
border: none;
cursor: pointer;
&:hover {
background: $theme;
@@ -64,4 +79,12 @@
&:active {
@include transform(scale(0.97));
}
}
.info-title {
@include font-size(24);
color: white;
font-weight: 800;
margin-bottom: 17px;
display: block;
}