version smartphone programme
This commit is contained in:
@@ -279,6 +279,9 @@
|
||||
// background: red;
|
||||
background: center / contain no-repeat url(../images/popsu-home-logo.png);
|
||||
margin: -9% 0 3rem 0 !important;
|
||||
@include breakpoint(small down) {
|
||||
margin: -20% 0 3rem 0 !important;
|
||||
}
|
||||
}
|
||||
.about{
|
||||
box-shadow: inset 0 17rem 18rem white;
|
||||
|
@@ -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;
|
||||
|
@@ -22,4 +22,12 @@
|
||||
grid-column: 1 /span 3;
|
||||
// padding: 0 3%;
|
||||
}
|
||||
.layout__region--first{
|
||||
.block-region-first{
|
||||
position: relative !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
grid-row: 1;
|
||||
grid-column: 1 / span 3;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user