File tree Expand file tree Collapse file tree 2 files changed +1
-37
lines changed Expand file tree Collapse file tree 2 files changed +1
-37
lines changed Original file line number Diff line number Diff line change @@ -52,42 +52,6 @@ span {
5252.field : not (: last-child ) {
5353 margin-bottom : 0.75rem ;
5454}
55- .column {
56- display : block;
57- flex-basis : 0 ;
58- flex-grow : 1 ;
59- flex-shrink : 1 ;
60- padding : 0.75rem 0.75rem 0rem 0.75rem ;
61- }
62- .columns .is-mobile > .column .is-5 {
63- flex : none;
64- width : 41.66667% ;
65- }
66- @media screen and (min-width : 769px ), print {
67- .column .is-5 {
68- flex : none;
69- width : 41.66667% ;
70- }
71- }
72- .columns {
73- margin-left : -0.75rem ;
74- margin-right : -0.75rem ;
75- margin-top : 1rem ;
76- }
77- .columns : last-child {
78- margin-bottom : -0.75rem ;
79- }
80- .columns : not (: last-child ) {
81- margin-bottom : calc (1.5rem - 0.75rem );
82- }
83- .columns .is-mobile {
84- display : flex;
85- }
86- @media screen and (min-width : 769px ), print {
87- .columns : not (.is-desktop ) {
88- display : flex;
89- }
90- }
9155@media screen and (max-width : 768px ) {
9256 .is-hidden-mobile {
9357 display : none !important ;
Original file line number Diff line number Diff line change 88
99< footer id ="footer ">
1010 < div class ="container is-max-widescreen ">
11- < div id ="footer-columns " class =" columns " >
11+ < div id ="footer-columns ">
1212 < div id ="footer-logo-column ">
1313 < img id ="footer-logo " src ="{{ printf "/images/%s" $logo | relURL }}" alt="{{ $title }} logo. {{ $navbarLogo.altText }}">
1414 </ div >
You can’t perform that action at this time.
0 commit comments