Skip to content

Commit

Permalink
Pequeños retoques
Browse files Browse the repository at this point in the history
  • Loading branch information
picodotdev committed Oct 25, 2024
1 parent 0bbb1dd commit eeaf4f8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions themes/bitix/static/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -574,11 +574,10 @@ i.archive-icon {
}
}
@media (min-width: 1366px) {
div.adblock-container-sidebar {
div.adblock-container-sidebar-right {
display: flex;
justify-content: space-between;
}
div.adblock-container-sidebar-right {

transform: translateX(285px);
max-width: 250px;
min-width: 250px;
Expand All @@ -597,6 +596,9 @@ i.archive-icon {
margin-right: auto;
}
div.adblock-container-sidebar-left {
display: flex;
justify-content: space-between;

transform: translateX(-335px);
max-width: 300px;
min-width: 300px;
Expand Down

0 comments on commit eeaf4f8

Please sign in to comment.