Fix indentation
This commit is contained in:
parent
e7d373f886
commit
0f6cc9b1fc
@ -3,24 +3,24 @@
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: url("/fonts/spectral-regular.woff2") format("woff2"),
|
src: url("/fonts/spectral-regular.woff2") format("woff2"),
|
||||||
url("/fonts/spectral-regular.woff") format("woff"),
|
url("/fonts/spectral-regular.woff") format("woff"),
|
||||||
url("/fonts/spectral-regular.ttf") format("truetype");
|
url("/fonts/spectral-regular.ttf") format("truetype");
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: spectral;
|
font-family: spectral;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
src: url("/fonts/spectral-bold.woff2") format("woff2"),
|
src: url("/fonts/spectral-bold.woff2") format("woff2"),
|
||||||
url("/fonts/spectral-bold.woff") format("woff"),
|
url("/fonts/spectral-bold.woff") format("woff"),
|
||||||
url("/fonts/spectral-bold.ttf") format("truetype");
|
url("/fonts/spectral-bold.ttf") format("truetype");
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: spectral;
|
font-family: spectral;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: url("/fonts/spectral-italic.woff2") format("woff2"),
|
src: url("/fonts/spectral-italic.woff2") format("woff2"),
|
||||||
url("/fonts/spectral-italic.woff") format("woff"),
|
url("/fonts/spectral-italic.woff") format("woff"),
|
||||||
url("/fonts/spectral-italic.ttf") format("truetype");
|
url("/fonts/spectral-italic.ttf") format("truetype");
|
||||||
}
|
}
|
||||||
|
|
||||||
::selection{
|
::selection{
|
||||||
@ -244,9 +244,9 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.profile-picture {
|
.profile-picture {
|
||||||
float: right;
|
float: right;
|
||||||
width: 15rem;
|
width: 15rem;
|
||||||
margin-left: 3em;
|
margin-left: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 50rem) {
|
@media screen and (max-width: 50rem) {
|
||||||
@ -269,10 +269,10 @@ a {
|
|||||||
span.title { display: none }
|
span.title { display: none }
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-picture {
|
.profile-picture {
|
||||||
width: 10rem;
|
width: 10rem;
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user