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