[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:
parent
f9f3c61924
commit
a192f0c6b2
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue