version smartphone programme

This commit is contained in:
armansansd
2021-09-09 11:48:07 +02:00
parent 01fcfecb50
commit 4d06de57ce
5 changed files with 47 additions and 3 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;
}
}