Fixed layout issues with mobile / tablet views so far
This commit is contained in:
parent
f12451710f
commit
f52d488ddb
@ -13,7 +13,6 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
section {
|
section {
|
||||||
margin-bottom: 80px;
|
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -17,7 +17,6 @@ a {
|
|||||||
|
|
||||||
.galleries-grid {
|
.galleries-grid {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
@ -26,7 +25,6 @@ a {
|
|||||||
|
|
||||||
.galleries-line {
|
.galleries-line {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
|
||||||
margin-bottom: -5px; /* YOLO */
|
margin-bottom: -5px; /* YOLO */
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -425,12 +423,6 @@ input:checked + .slider:before {
|
|||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Needed height: 100% because if there is an element with non determined */
|
|
||||||
/* height on the chain from root to node it fails! gallery-tags_as_list failed for this! */
|
|
||||||
.subgal {
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.subgaldiv {
|
.subgaldiv {
|
||||||
height: 50vh;
|
height: 50vh;
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -444,7 +436,7 @@ input:checked + .slider:before {
|
|||||||
.gallery-square {
|
.gallery-square {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
margin-bottom: -7px !important;
|
margin-bottom: -7px !important;
|
||||||
padding-bottom: 70% !important;
|
/*padding-bottom: 70% !important;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery-title > h2 {
|
.gallery-title > h2 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user