validate passwords and fix home

This commit is contained in:
Josh
2018-06-08 14:44:08 -04:00
parent 520c489e62
commit 4f70c9a8e5
9 changed files with 54 additions and 69 deletions

View File

@ -57,6 +57,8 @@ a {
}
.room-section {
position: relative;
height: 45%;
background-color: $background-color;
}
@ -96,8 +98,9 @@ iframe{
}
.feature-stamp {
width: 100px;
height: 100px;
width: 7vw;
height: 7vw;
font-size: 1vw;
}
html, body {
@ -106,12 +109,16 @@ html, body {
background-color: white;
}
.resp-header {
font-size: 3.3vw;
}
.font-weight-400 {
font-weight: 400;
}
.wrapper {
min-height: calc(100% - #{$footer-height});
height: calc(100% - #{$footer-height});
position: relative;
}