Skip to content

Commit e8519bc

Browse files
committed
bugfix: hopefully increased ios compatibility ?????!!!!!
1 parent 856e1e2 commit e8519bc

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

static/app.css

+7-11
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ html {
3838
scroll-behavior: smooth
3939
}
4040

41-
* {
42-
--debug-border: none;
43-
}
44-
4541
.debug, .debug * {
4642
/*border: var(--debug-border);*/
4743
}
@@ -58,7 +54,7 @@ html {
5854
overflow: hidden;
5955
display: grid;
6056
flex-direction: column;
61-
grid-template-rows: min-content 1fr min-content;
57+
grid-template-rows: min-content minmax(200px, 1fr) min-content;
6258
}
6359

6460
.main-wrapper {
@@ -116,7 +112,7 @@ main::after {
116112

117113
footer {
118114
background-color: black;
119-
height: 100%;
115+
/* height: 100%; */
120116
border-top: 1px solid white;
121117
}
122118

@@ -125,9 +121,8 @@ footer .footer-container {
125121
padding-inline: 1.5rem;
126122
max-width: var(--header-footer-content-width);
127123
width: 100%;
128-
height: 100%;
124+
/* height: 100%; */
129125
margin-inline: auto;
130-
131126
display: flex;
132127
flex-direction: row;
133128
justify-content: space-between;
@@ -137,7 +132,6 @@ footer .footer-container {
137132
footer .footer-wrapper {
138133
width: 100%;
139134
display: flex;
140-
height: 100%;
141135
justify-content: space-between;
142136
flex-direction: column;
143137
}
@@ -150,16 +144,18 @@ footer .section-group {
150144
.image-bin {
151145
display: flex;
152146
flex-direction: column;
153-
height: 100%;
154147
align-items: center;
155148
}
156149

150+
.image-bin a {
151+
height: 100%;
152+
}
153+
157154
.image-bin img {
158155
width: 100px;
159156
opacity: 0.7;
160157
transition: opacity 0.25s ease;
161158
object-fit: contain;
162-
height: min-content;
163159
}
164160

165161
.image-bin img:hover {

0 commit comments

Comments
 (0)