small updates

This commit is contained in:
Martin Quarda 2024-03-14 10:46:34 +01:00
parent 2bfa4c56be
commit 049188ed38

View File

@ -14,6 +14,7 @@ body {
} }
.social { .social {
margin: 10px auto;
border-radius: 40px; border-radius: 40px;
background:rgba(255,255,255,0.4); background:rgba(255,255,255,0.4);
} }
@ -35,6 +36,7 @@ form.container{
margin: 10px auto; margin: 10px auto;
background:rgba(255,255,255,0.7); background:rgba(255,255,255,0.7);
padding: 10px; padding: 10px;
font-size: larger;
border-radius: 10px; border-radius: 10px;
} }