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