Minor modifications
This commit is contained in:
parent
5de596c38a
commit
fb3ef7475c
11 changed files with 57 additions and 19 deletions
|
|
@ -59,7 +59,7 @@ a:hover:after {
|
|||
.line:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
left: calc(-1 / 2 * var(--dot-size) - 4px);
|
||||
left: calc(-1 / 2 * var(--dot-size) - 1.5 * var(--line-width));
|
||||
background: var(--bg-color);
|
||||
top: 33%;
|
||||
width: var(--dot-size);
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ html {
|
|||
|
||||
body {
|
||||
width: var(--width);
|
||||
font-size: 0.9em;
|
||||
margin: auto;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
|
@ -38,7 +37,7 @@ h1 {
|
|||
|
||||
p,
|
||||
a {
|
||||
font: 400 1.25em "Open sans", sans-serif;
|
||||
font: 400 1.125em "Open sans", sans-serif;
|
||||
}
|
||||
|
||||
#about > p {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue