This commit is contained in:
parent
3476a5fc7e
commit
f06c9d3a91
@ -1395,7 +1395,6 @@ iframe {
|
||||
.header_top_middle_container .views-element-container > div:first-child > div:first-child > div:first-child {
|
||||
grid-column-start: 2; }
|
||||
.header_top_middle_container .views-row {
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
width: auto; }
|
||||
.header_top_middle_container .views-row .views-field-title > span {
|
||||
@ -1407,6 +1406,9 @@ iframe {
|
||||
font-weight: 600; }
|
||||
.header_top_middle_container .views-row .views-field-title > span a {
|
||||
text-decoration: none; }
|
||||
@media screen and (max-width: 76.375em) {
|
||||
.header_top_middle_container .views-row .views-field-title > span {
|
||||
font-size: 0.45rem; } }
|
||||
|
||||
.close-block, .open-block {
|
||||
cursor: pointer; }
|
||||
|
File diff suppressed because one or more lines are too long
@ -179,7 +179,7 @@
|
||||
}
|
||||
|
||||
.views-row{
|
||||
text-align: center;
|
||||
// text-align: center;
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
// a, span{
|
||||
@ -195,6 +195,10 @@
|
||||
a{
|
||||
text-decoration: none;
|
||||
}
|
||||
@include breakpoint(1222px down) {
|
||||
font-size: $font-small;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user