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, 30 insertions, 0 deletions
diff --git a/assets/scss/_custom.scss b/assets/scss/_custom.scss
new file mode 100644
index 0000000..e5a9528
--- /dev/null
+++ b/assets/scss/_custom.scss
@@ -0,0 +1,30 @@
+nav {
+ font-family: $font-family-serif;
+ 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