File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ header {
254254 height : 186px ;
255255 display : flex;
256256 flex-wrap : wrap;
257- padding : 0 20 px ;
257+ padding : 0 1.5 rem ;
258258}
259259header h1 {
260260 text-transform : uppercase;
@@ -500,7 +500,7 @@ a.ext-link .icon {
500500 left : 0 ;
501501 right : 0 ;
502502 background-color : var (--nav-background-color );
503- z-index : 1 ;
503+ z-index : 5 ;
504504 transition : transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
505505 transform : translateX (100% );
506506 opacity : 0 ;
@@ -519,7 +519,7 @@ a.ext-link .icon {
519519 font-size : 1rem ;
520520 }
521521 header {
522- padding : 0 40 px ;
522+ padding : 0 2.5 rem ;
523523 }
524524 .nav {
525525 flex-direction : row;
Original file line number Diff line number Diff line change 33}
44
55# search {
6- width : 100% ;
76 position : relative;
7+ /* Leave space for the :before label, search icon, and gap */
8+ width : calc (100% - 85px - 22px - 1rem );
9+ margin-right : 22px ;
10+ align-self : flex-end;
811}
912# search : before {
1013 content : 'Search Tickets' ;
115118@media (min-width : 920px ) {
116119 # search {
117120 width : auto;
118- margin-right : 22px ;
119121 }
120122 .pagefind-ui__search-input {
121123 width : 300px ;
You can’t perform that action at this time.
0 commit comments