Fixed layout issues with mobile / tablet views so far

This commit is contained in:
Richard Thier 2020-02-28 18:23:02 +01:00
parent f12451710f
commit f52d488ddb
2 changed files with 1 additions and 10 deletions

View File

@ -13,7 +13,6 @@ body {
}
section {
margin-bottom: 80px;
margin-top: 40px;
}

View File

@ -17,7 +17,6 @@ a {
.galleries-grid {
width: 100%;
height: 100%;
position: relative;
text-align: center;
margin: 0 auto;
@ -26,7 +25,6 @@ a {
.galleries-line {
width: 100%;
height: 100%;
margin-bottom: -5px; /* YOLO */
}
@ -425,12 +423,6 @@ input:checked + .slider:before {
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 {
height: 50vh;
position: relative;
@ -444,7 +436,7 @@ input:checked + .slider:before {
.gallery-square {
width: 100% !important;
margin-bottom: -7px !important;
padding-bottom: 70% !important;
/*padding-bottom: 70% !important;*/
}
.gallery-title > h2 {