Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions themes/jquery/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1920,15 +1920,17 @@ footer ul li {
line-height: 30px;
}

footer .books{
display: flex;
gap: 15px 16px;
justify-content: center;
}

footer .books li {
float: left;
width: 30%;
min-width: 95px;
margin-left: 2.8%;
margin-bottom: 15px;
line-height: 130%;
font-size: 11px;
text-align: center;
flex: 1 0 30%;
line-height: 130%;
font-size: 11px;
text-align: center;
}

footer .books li:first-child {
Expand Down Expand Up @@ -2436,21 +2438,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) {
Expand Down Expand Up @@ -2550,6 +2537,19 @@ footer .books li a cite {
margin-right: -25px !important;
}

footer .books {
flex-wrap: wrap;
justify-content: flex-start;
}

footer .books li {
flex: 1 1 45%;
}

footer .books li:first-child {
margin-left: 0%;
}

footer .footer-icon-links li a:before {
display: none;
}
Expand Down