Skip to content

Commit 3250219

Browse files
committed
This seems to fix the menu in mobile [deploy site]
1 parent 074a72a commit 3250219

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

site_source_files/themes/selenium/layouts/downloads/section.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<link href="https://fonts.googleapis.com/css?family=Encode+Sans" rel="stylesheet">
55

66
<body>
7-
<div>
87
<section class="hero">
98
<h1>Downloads</h1>
109
<div class="header-description">

site_source_files/themes/selenium/static/css/header.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
header {
22
display: flex;
3-
max-height: 10%;
3+
max-height: 100%;
44
justify-content: space-between;
55
align-items: center;
66
margin: 20px;

0 commit comments

Comments
 (0)