File tree Expand file tree Collapse file tree 2 files changed +16
-15
lines changed Expand file tree Collapse file tree 2 files changed +16
-15
lines changed Original file line number Diff line number Diff line change 11< div class ="content cf-footer ">
22 < div class ="flexcontainer ">
3- < span class ="cf-logo ">
4- < a href ="https://www.commonhaus.org/ " target ="_blank "> < img src ="https://raw.githubusercontent.com/commonhaus/artwork/main/foundation/brand/svg/CF_logo_horizontal_single_reverse.svg "/> </ a >
5- </ span >
6- < span class ="license ">
3+ < div class ="cf-logo ">
4+ < a class =" cf-logo " href ="https://www.commonhaus.org/ " target ="_blank "> < img src ="https://raw.githubusercontent.com/commonhaus/artwork/main/foundation/brand/svg/CF_logo_horizontal_single_reverse.svg "/> </ a >
5+ </ div >
6+ < div class ="license ">
77 Copyright © Quarkus. All rights reserved. For details on our trademarks, please visit our < a href ="https://www.commonhaus.org/policies/trademark-policy/ "> Trademark Policy</ a > and < a href ="https://www.commonhaus.org/trademarks/ "> Trademark List</ a > . Trademarks of third parties are owned by their respective holders and their mention here does not suggest any endorsement or association.
8- </ span >
9- < span class ="sponsorcontainer ">
10- < span class ="sponsor ">
8+ </ div >
9+ < div class ="sponsorcontainer ">
10+ < div class ="sponsor ">
1111 Sponsored by
12- </ span >
13- < span class ="sponsor-logo ">
14- < a href ="https://www.redhat.com/ " target ="_blank "> < img src ="{{site.baseurl}}/assets/images/redhat_reversed.svg "> </ a >
15- </ span >
16- </ span >
12+ </ div >
13+ < div class ="sponsor-logo ">
14+ < a class =" sponsor-logo " href ="https://www.redhat.com/ " target ="_blank "> < img src ="{{site.baseurl}}/assets/images/redhat_reversed.svg "> </ a >
15+ </ div >
16+ </ div >
1717 </ div >
1818</ div >
Original file line number Diff line number Diff line change 55
66 .flexcontainer {
77 display : flex ;
8+ gap : 2rem ;
89 padding : 1rem 0 ;
910 align-items : center ;
1011
1516 }
1617
1718 .cf-logo {
18- padding-right : 2rem ;
1919 align-items : center ;
20+ display : flex ;
2021 img {min-width : 350px ;
2122
2223 @media screen and (max-width : 1024px ) {
4748 .sponsorcontainer {
4849 display : flex ;
4950 flex-direction : row ;
50- padding-left : 2rem ;
51-
51+ align-items : flex-start ;
5252
5353 @media screen and (max-width : 1024px ) {
5454 padding-left : 0 ;
6262 }
6363
6464 .sponsor-logo {
65+ display : flex ;
6566 justify-self : end ;
6667 img { width : 6rem ; max-width : none !important ;
6768 }
You can’t perform that action at this time.
0 commit comments