Fix styling of social buttons again
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user