contact form layout
This commit is contained in:
parent
3891b2e381
commit
e540c19918
3
TODO.md
3
TODO.md
|
@ -1,6 +1,3 @@
|
|||
## contact
|
||||
* form background image
|
||||
|
||||
## General
|
||||
* loading transitions
|
||||
- also transitioning elements in when page loads (especially gallery thumbs in gallery)
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue