style(home/contact): meeting cta

This commit is contained in:
kevin 2023-04-09 18:23:39 +02:00
parent 2b637e118e
commit 1bfef55384

View File

@ -1,4 +1,5 @@
.meeting {
display: flex;
position: fixed;
right: 0;
top: 20%;
@ -10,19 +11,32 @@
z-index: 10;
line-height: 1.25rem;
text-align: center;
padding: 1.125rem 2rem 1rem;
text-decoration: none;
font-size: 1.125rem;
font-weight: 700;
@media (max-width: 991.98px) {
top: unset;
bottom: 2rem;
right: 0;
bottom: 0;
left: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-bottom: 0;
border-left: 0;
border-right: 0;
}
&__link {
display: block;
flex: 1 1 auto;
color: var(--color-white);
text-decoration: none;
padding: 1.125rem 1rem 1.125rem 2rem;
@media (max-width: 991.98px) {
padding: 1.125rem 2rem;
}
&:hover,
&:focus {