RED-3688: Paligo featured content
This commit is contained in:
parent
2ca93e4a13
commit
05edefe569
@ -11,31 +11,28 @@
|
||||
.publication-icon {
|
||||
background-color: variables.$red-1;
|
||||
}
|
||||
|
||||
width: 280px;
|
||||
}
|
||||
|
||||
.portal-contents {
|
||||
.featured-content-label {
|
||||
margin-top: 24px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.featured-content {
|
||||
margin-top: 24px;
|
||||
margin-bottom: 0;
|
||||
|
||||
.inner {
|
||||
margin: 0;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
grid-gap: 24px;
|
||||
|
||||
&::before {
|
||||
content: none;
|
||||
}
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
||||
.publication-contents {
|
||||
@include mixin.card;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.portal-contents .inner {
|
||||
grid-template-columns: 1fr;
|
||||
.publication-contents {
|
||||
@include mixin.card;
|
||||
width: 250px;
|
||||
margin: 0 15px !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user