Experimental book page layout.
[wolnelektury.git] / src / wolnelektury / static / 2021 / css / layout / _navigation.scss
diff --git a/src/wolnelektury/static/2021/css/layout/_navigation.scss b/src/wolnelektury/static/2021/css/layout/_navigation.scss
new file mode 100644 (file)
index 0000000..d01a1a8
--- /dev/null
@@ -0,0 +1,18 @@
+.l-navigation {
+  max-width: 1140px;
+  margin: 0 auto;
+  border-bottom: 2px solid #CCCCCC;
+  padding: 35px 0;
+  display: flex;
+  align-items: center;
+  justify-content: space-between;
+}
+
+.l-navigation__button {
+  appearance: none;
+  border: 0;
+  background: 0;
+  padding: 0;
+  margin: 0;
+  outline: 0;
+}