[Library | Trunk]: right column class only for small screens

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58777 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-05-25 18:57:12 +00:00
parent f9f3c61924
commit a192f0c6b2
1 changed files with 4 additions and 2 deletions

View File

@ -2024,8 +2024,10 @@ html {
max-height: 700px;
}
.main-tabs-content .right-column {
border-left: 1px solid #DEDEDE;
@media (min-width:960px) {
.main-tabs-content .right-column {
border-left: 1px solid #DEDEDE;
}
}
.main-tabs-content .tab-header {