-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c912263
commit 7aa2520
Showing
1 changed file
with
5 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,5 @@ | ||
/* Copyright comment */ | ||
@import "minimal-mistakes/copyright"; | ||
|
||
/* Variables */ | ||
@import "minimal-mistakes/variables"; | ||
|
||
/* Mixins and functions */ | ||
@import "minimal-mistakes/vendor/breakpoint/breakpoint"; | ||
@include breakpoint-set("to ems", true); | ||
@import "minimal-mistakes/vendor/magnific-popup/magnific-popup"; // Magnific Popup | ||
@import "minimal-mistakes/vendor/susy/susy"; | ||
@import "minimal-mistakes/mixins"; | ||
|
||
/* Core CSS */ | ||
@import "minimal-mistakes/reset"; | ||
@import "minimal-mistakes/base"; | ||
@import "minimal-mistakes/forms"; | ||
@import "minimal-mistakes/tables"; | ||
@import "minimal-mistakes/animations"; | ||
|
||
/* Components */ | ||
@import "minimal-mistakes/buttons"; | ||
@import "minimal-mistakes/notices"; | ||
@import "minimal-mistakes/masthead"; | ||
@import "minimal-mistakes/navigation"; | ||
@import "minimal-mistakes/footer"; | ||
@import "minimal-mistakes/search"; | ||
@import "minimal-mistakes/syntax"; | ||
|
||
/* Utility classes */ | ||
@import "minimal-mistakes/utilities"; | ||
|
||
/* Layout specific */ | ||
@import "minimal-mistakes/page"; | ||
@import "minimal-mistakes/archive"; | ||
@import "minimal-mistakes/sidebar"; | ||
@import "minimal-mistakes/print"; | ||
/* In your _sass/custom.scss or wherever you define styles */ | ||
.site-logo { | ||
width: 150px; /* Adjust this value as you like */ | ||
height: auto; /* Keeps the aspect ratio intact */ | ||
} |