version smartphone programme
This commit is contained in:
@@ -235,6 +235,10 @@
|
||||
grid-column: 1 / span 3;
|
||||
}
|
||||
.block-region-first{
|
||||
@include breakpoint(small down) {
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
position: absolute;
|
||||
|
||||
top: 0;
|
||||
@@ -252,8 +256,19 @@
|
||||
|
||||
}
|
||||
}
|
||||
div[id=""] {
|
||||
@include breakpoint(small down) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.views-element-container{
|
||||
|
||||
@include breakpoint(small down) {
|
||||
display: block;
|
||||
// &:not(:first-child){
|
||||
// margin-left: 1rem;
|
||||
// }
|
||||
|
||||
}
|
||||
header{
|
||||
font-family: "duke";
|
||||
font-size: $font-large;
|
||||
|
||||
Reference in New Issue
Block a user