Fixed blocks width on article page.

This commit is contained in:
Svetlana Rastegina 2021-02-25 12:46:21 +01:00 committed by Georgy Litvinov
parent f00630d4d8
commit 30d283ccfb

View file

@ -2393,7 +2393,18 @@ ul.dropdown ul.sub_menu li a:hover {
justify-content: space-between;
}
.individual.loggedIn >div#articleWrapper >div#searchRightpanel {
width: 27%;
margin-left: 3%;
}
.individual >div#articleWrapper >div#searchRightpanel {
width: 30%;
margin-left: 3%;
}
.individual.loggedIn >div#articleWrapper >div#wrapper-content {
width: 70%;
}
.individual >div#articleWrapper >div#wrapper-content {
width: 70%;
}
.individual >div#articleWrapper >div#searchRightpanel >section#search >div.search-form-container >form#custom-search {
justify-content: right;