wip
This commit is contained in:
parent
2b81ff1fb3
commit
cc85486414
28 changed files with 207 additions and 97 deletions
|
@ -10,9 +10,9 @@
|
|||
justify-content: center;
|
||||
transition: background 100ms;
|
||||
margin: 24px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
grid-area: content;
|
||||
justify-self: right;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.signupPromo:hover {
|
||||
|
@ -30,3 +30,13 @@
|
|||
padding: 6px;
|
||||
color: black;
|
||||
}
|
||||
|
||||
@media (max-device-width: 720px), (max-width: 720px) {
|
||||
.signupPromo {
|
||||
grid-area: promo;
|
||||
margin: 0;
|
||||
justify-self: auto;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue