Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/softwareyoga/ronu-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/_custom.scss')
-rw-r--r--assets/scss/_custom.scss30
1 files changed, 0 insertions, 30 deletions
diff --git a/assets/scss/_custom.scss b/assets/scss/_custom.scss
deleted file mode 100644
index 9702451..0000000
--- a/assets/scss/_custom.scss
+++ /dev/null
@@ -1,30 +0,0 @@
-nav {
- font-family: $font-family-base;
- letter-spacing: .05em;
-
- h1 {
- display: block;
- font-weight: 400;
- font-size: 1.3em;
- margin: 0 0 .25em 0;
- }
-
- ul {
- list-style-type: none;
- padding: 0;
- }
-
- li {
- display: inline;
- color: $color-blossom;
- font-size: .8em;
- margin: 0 2.75% 0 0;
- text-transform: uppercase;
- }
-}
-
-#pagination {
- display: flex;
- justify-content: space-between;
- list-style-type: none;
-} \ No newline at end of file