There was an error while loading. Please reload this page.
1 parent d310f65 commit 3d01682Copy full SHA for 3d01682
1 file changed
theme/sponsors.css
@@ -73,8 +73,22 @@
73
}
74
75
/* Keep the book title accessible while displaying the RCN brand in its place. */
76
+:root {
77
+ --menu-bar-height: 8rem;
78
+}
79
+
80
.menu-title {
- background: url('../images/rcn-logo.svg') center / auto 2rem no-repeat;
81
+ background: url('../images/rcn-logo.svg') center / auto 6.5rem no-repeat;
82
color: transparent;
83
user-select: none;
84
85
86
+@media only screen and (max-width: 600px) {
87
+ :root {
88
+ --menu-bar-height: 5rem;
89
+ }
90
91
+ .menu-title {
92
+ background-size: auto 3.5rem;
93
94
0 commit comments