diff --git a/themes/jquery/css/base.css b/themes/jquery/css/base.css index dcf7399e..118e49f3 100644 --- a/themes/jquery/css/base.css +++ b/themes/jquery/css/base.css @@ -1920,12 +1920,15 @@ footer ul li { line-height: 30px; } +footer .books { + display: flex; + flex-wrap: wrap; + gap: 16px; + justify-content: center; +} + footer .books li { - float: left; - width: 30%; - min-width: 95px; - margin-left: 2.8%; - margin-bottom: 15px; + flex: 1 0 29%; line-height: 130%; font-size: 11px; text-align: center; @@ -1956,8 +1959,6 @@ footer .books li a cite { color: #aaa; } - - /* General Styles ========================================================================== */ @@ -2436,21 +2437,6 @@ footer .books li a cite { font-size: 22px; padding: 0; } - - footer .books li { - clear: both; - margin-bottom: 10px; - float: none; - margin-left: auto !important; - margin-right: auto; - text-align: center; - } - - footer .books li span { - display: block; - margin-left: auto; - margin-right: auto; - } } @media only screen and (max-width: 480px) { @@ -2550,6 +2536,14 @@ footer .books li a cite { margin-right: -25px !important; } + footer .books li { + min-width: 92px; + } + + footer .books li:first-child { + margin-left: 0%; + } + footer .footer-icon-links li a:before { display: none; }