mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-17 19:05:32 -04:00
get logo from an actual .svg file and inline it
This commit is contained in:
@@ -35,15 +35,9 @@ div#content {
|
||||
figure {
|
||||
margin: 1em auto;
|
||||
|
||||
img {
|
||||
margin-bottom: 0.4em;
|
||||
}
|
||||
|
||||
// image captions
|
||||
figcaption {
|
||||
font-size: 0.95em;
|
||||
text-align: center;
|
||||
margin-top: -0.4em;
|
||||
|
||||
@include themed() {
|
||||
color: t(color-medium);
|
||||
|
@@ -28,7 +28,7 @@ header {
|
||||
}
|
||||
|
||||
h1#name {
|
||||
margin-left: 0.8em;
|
||||
margin-left: 0.75em;
|
||||
font-size: 1.4em;
|
||||
font-weight: 500;
|
||||
letter-spacing: -0.01em;
|
||||
|
@@ -7,8 +7,8 @@ $base-url: "{{ strings.TrimRight "/" .Site.BaseURL }}/"; // consistent trailin
|
||||
// stylelint-enable
|
||||
|
||||
// Variables & Functions
|
||||
@import 'abstracts/settings';
|
||||
@import 'abstracts/themes';
|
||||
@import 'abstracts/variables';
|
||||
@import 'abstracts/functions';
|
||||
|
||||
// Global Styles
|
||||
@@ -30,4 +30,4 @@ $base-url: "{{ strings.TrimRight "/" .Site.BaseURL }}/"; // consistent trailin
|
||||
|
||||
// Miscellaneous
|
||||
@import 'components/syntax';
|
||||
@import 'components/magic';
|
||||
@import 'components/animation';
|
||||
|
Reference in New Issue
Block a user