Fix styling of social buttons again

This commit is contained in:
2020-12-27 19:42:21 -05:00
parent cc2f53a1d1
commit 2842ef40bf
2 changed files with 39 additions and 32 deletions

View File

@@ -46,7 +46,8 @@ a:hover {
padding: 1em;
max-width: 50em;
/* width: 40em; */
max-width: 90%;
background-color: rgba(255, 255, 255, 0.2);
border-style: solid;
border-width: 2px;
@@ -55,17 +56,17 @@ a:hover {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
position: absolute;
top: 50%;
top: 20%;
left: 50%;
transform: translate(-50%, -50%);
transform: translate(-50%, 0);
z-index: 10;
}
#logo {
margin: auto;
margin-top: -10em;
max-width: 50%;
min-width: 30%;
margin-top: -5em;
max-width: 60%;
width: 50%;
display: block;
border-style: solid;
border-color: rgba(255, 255, 255, 0);
@@ -127,6 +128,17 @@ ul.buttons li {
0px 0px 7px #f77737;
}
#background-info {
text-align: right;
font-size: 0.85em;
padding: 0.75em;
position: fixed;
bottom: 0;
right: 0;
z-index: 5;
}
.footer {
font-size: 0.9em;
}