Update style.css

This commit is contained in:
Elisa 2020-08-27 15:26:51 +02:00
parent 58c52c3988
commit 9aef8fdba7

View File

@ -11,7 +11,7 @@
.contact-mailer-message { .contact-mailer-message {
border: 1px solid; border: 1px solid;
padding: 15px 10px; padding: 15px 70px 15px 10px;
border-radius: 2px; border-radius: 2px;
position: relative; position: relative;
} }
@ -48,13 +48,16 @@
position: absolute; position: absolute;
right: 0; right: 0;
top: 0; top: 0;
line-height: 55px; line-height: 44px;
font-size: 60px; font-size: 60px;
height: 60px; height: calc(100% - 10px);
width: 60px; width: 60px;
border-left: 1px solid currentColor; border-left: 1px solid currentColor;
padding: 5px 10px; padding: 5px 5px;
text-align: center; text-align: center;
cursor: pointer; cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
} }