add menu to all pages

This commit is contained in:
sefaria
2026-05-27 09:15:00 +02:00
parent de4698e6fd
commit 710702b4ed
5 changed files with 237 additions and 11 deletions
+12 -1
View File
@@ -1,6 +1,17 @@
*, a, span {
*, a, span, li {
line-height: 1.5;
letter-spacing: 0.12em;
word-spacing: 0.16em;
}
a {
line-height: 1.5;
letter-spacing: 0.12em;
word-spacing: 0.16em;
}
button, .button-primary, .button-secondary, .menu-button, .logo {
line-height: 1.5;
letter-spacing: 0.12em;
word-spacing: 0.16em;
}