Skip to content

Commit ddb970f

Browse files
Fix small screen nav toggle button
1 parent acc60ce commit ddb970f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

web/resources/assets/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ header {
141141
}
142142

143143
#logo {
144-
max-width: 80vw;
144+
max-width: 80%;
145145
max-height: 100%;
146146
}
147147
#logo:hover {
@@ -182,9 +182,9 @@ header {
182182
border: none;
183183
border-radius: 5px;
184184
color: white;
185-
padding: 0.5em;
185+
padding: 0.5rem;
186186
cursor: pointer;
187-
font-size: 1.6em;
187+
font-size: 1.6rem;
188188
margin-left: auto;
189189
position: absolute;
190190
bottom: 20px;

web/resources/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
2626

2727
<!-- Custom CSS -->
28-
<link rel="stylesheet" href="/assets/style.css?v=1.7">
28+
<link rel="stylesheet" href="/assets/style.css?v=1.8">
2929
</head>
3030
<body>
3131
<nav id="mta-global-navbar">

0 commit comments

Comments
 (0)