fix chrome
parent
6dcd11b7e9
commit
211994c17b
|
|
@ -14,6 +14,7 @@ body {
|
|||
#social > a {
|
||||
display: block;
|
||||
max-width: 2em;
|
||||
width: 2em;
|
||||
}
|
||||
#social {
|
||||
padding: 20px 30px;
|
||||
|
|
@ -93,7 +94,7 @@ h1 + ul > li {
|
|||
white-space: pre;
|
||||
list-style-type: none;
|
||||
}
|
||||
h1 + ul > li:after {
|
||||
h1 + ul > li:after {
|
||||
content: " \2022 ";
|
||||
}
|
||||
h1 + ul > li:last-child:after {
|
||||
|
|
@ -114,8 +115,8 @@ footer > div {
|
|||
}
|
||||
#thanks {
|
||||
flex: 1;
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
opacity: 75%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
@ -143,7 +144,7 @@ footer > div {
|
|||
text-decoration: underline;
|
||||
}
|
||||
/*
|
||||
ul:not(:nth-child(2)) > li:nth-child(1),
|
||||
ul:not(:nth-child(2)) > li:nth-child(1),
|
||||
ul:not(:nth-child(2)) > li:nth-child(2) {
|
||||
display: list-item;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue