contact form layout

This commit is contained in:
ManjaroOne666 2019-01-30 21:21:55 +00:00
parent 3891b2e381
commit e540c19918
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,3 @@
## contact
* form background image
## General
* loading transitions
- also transitioning elements in when page loads (especially gallery thumbs in gallery)

View File

@ -72,6 +72,9 @@ $z-index-top: 10;
.content {
position: absolute;
display: flex;
align-items: stretch;
justify-content: stretch;
width: 100%;
min-height: 100%;
top: 0;

View File

@ -155,6 +155,7 @@ export default {
<style scoped lang="scss">
.contact-form {
width: 100%;
padding: 1rem 1rem 2rem;
border-radius: 2px;
background-color: rgba(#fff, .9);