fixed some design bugs #1 #2

This commit is contained in:
Michi 2022-10-03 15:00:12 +02:00
parent d07081ad9d
commit 2fd2f65df1

View file

@ -254,7 +254,7 @@ body{
text-decoration: none !important; text-decoration: none !important;
} }
#aboutSocial a:hover:nth-child(1){ color: #8a3ab9; } #aboutSocial a:hover:nth-child(1){ color: #e4405f; }
#aboutSocial a:hover:nth-child(2){ color: #1DA1F2; } #aboutSocial a:hover:nth-child(2){ color: #1DA1F2; }
@ -271,6 +271,10 @@ body{
margin: auto; margin: auto;
} }
#socialSelection{
margin: 10px auto 0 auto;
}
#socialSelection input[type=radio]{ #socialSelection input[type=radio]{
display: none; display: none;
} }