File tree Expand file tree Collapse file tree 2 files changed +11
-15
lines changed Expand file tree Collapse file tree 2 files changed +11
-15
lines changed Original file line number Diff line number Diff line change @@ -89,21 +89,6 @@ const Footer = () => {
8989 href = "https://www.commonhaus.org/trademarks/" > Trademark List</ LegalText > . Trademarks of third parties are owned
9090 by their respective holders and their mention here does not suggest any endorsement or association.
9191 </ LicenseInfo >
92-
93- < SponsorInfo >
94- Sponsored by
95- < Logo href = "https://www.redhat.com/" style = { { width : "6rem" } } >
96- < StaticImage
97- className = "logo"
98- placeholder = "none"
99- backgroundColor = "black"
100- layout = "constrained"
101- formats = { [ "auto" , "webp" , "avif" ] }
102- src = "../images/redhat_reversed.svg"
103- alt = "Red Hat logo"
104- />
105- </ Logo >
106- </ SponsorInfo >
10792 </ FooterBar >
10893 )
10994}
Original file line number Diff line number Diff line change @@ -171,6 +171,17 @@ html {
171171 font-weight : var (--font-weight-normal );
172172}
173173
174+ @media screen and (max-width : 1366px ) {
175+ html {
176+ --site-margins : 4rem ;
177+ --navbar-padding : 1.5rem ;
178+ --a-generous-space : 50px ;
179+ --a-modest-space : 12px ;
180+ --a-small-space : 6px ;
181+ --a-vsmall-space : 5px ;
182+ }
183+ }
184+
174185/** Adjustments for small screens */
175186@media screen and (max-width : 1024px ) {
176187 html {
You can’t perform that action at this time.
0 commit comments