mirror of
https://github.com/kristoferssolo/kristofersxyz.git
synced 2025-10-21 18:30:34 +00:00
Changed 2 spaces to 4 in css
This commit is contained in:
parent
1a23c050ba
commit
325b064630
@ -38,7 +38,7 @@ a:hover {
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: Consolas, 'courier new';
|
||||
font-family: Consolas, "courier new";
|
||||
color: #f0f6fc;
|
||||
background-color: #393f48;
|
||||
border-radius: 8px;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
html,
|
||||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-family: "Roboto", sans-serif;
|
||||
background: #0d1117;
|
||||
}
|
||||
|
||||
|
||||
@ -16,14 +16,14 @@ body {
|
||||
grid-template-rows: 100px 50px 1fr;
|
||||
min-height: 100vh;
|
||||
place-items: center;
|
||||
font-family: 'Source Sans Pro', sans-serif;
|
||||
font-family: "Source Sans Pro", sans-serif;
|
||||
text-transform: uppercase;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
/* The color pickers */
|
||||
|
||||
[name='color'] {
|
||||
[name="color"] {
|
||||
grid-row: 1 / 2;
|
||||
align-self: end;
|
||||
margin: 0.5em;
|
||||
@ -99,7 +99,7 @@ label:not(.hilt) {
|
||||
}
|
||||
|
||||
.blade::after {
|
||||
content: '';
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
@ -114,7 +114,7 @@ label:not(.hilt) {
|
||||
}
|
||||
|
||||
.blade::before {
|
||||
content: '';
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
|
||||
html,
|
||||
body,
|
||||
div,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user