Skip to content

Commit d508582

Browse files
authored
Merge pull request #250 from NOAA-GSL/relay/hh-pr-119
Codex Relay: zyra-project/zyra PR #119 — fix: hide header logo on the right for improved layout
2 parents bf6d317 + a56e21b commit d508582

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

poster/html/zyra-poster.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2282,6 +2282,7 @@
22822282
.challenge-section, .pipeline-section, .usecase-row, .gallery-section, .features-section, .foundation-section { padding-left: 28px; padding-right: 28px; }
22832283
.header-content { flex-direction: column; }
22842284
.header-left { display: none; }
2285+
.header-logo-right { display: none; }
22852286
.header-right { padding: 24px 28px 36px; }
22862287
.project-name { font-size: 42px; }
22872288
.poster-title { font-size: 22px; }

poster/sections/_styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2270,6 +2270,7 @@ RESPONSIVE / PRINT
22702270
.challenge-section, .pipeline-section, .usecase-row, .gallery-section, .features-section, .foundation-section { padding-left: 28px; padding-right: 28px; }
22712271
.header-content { flex-direction: column; }
22722272
.header-left { display: none; }
2273+
.header-logo-right { display: none; }
22732274
.header-right { padding: 24px 28px 36px; }
22742275
.project-name { font-size: 42px; }
22752276
.poster-title { font-size: 22px; }

0 commit comments

Comments
 (0)