File tree 1 file changed +7
-11
lines changed
1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,6 @@ html {
38
38
scroll-behavior : smooth
39
39
}
40
40
41
- * {
42
- --debug-border : none;
43
- }
44
-
45
41
.debug , .debug * {
46
42
/*border: var(--debug-border);*/
47
43
}
58
54
overflow : hidden;
59
55
display : grid;
60
56
flex-direction : column;
61
- grid-template-rows : min-content 1fr min-content;
57
+ grid-template-rows : min-content minmax ( 200 px , 1fr ) min-content;
62
58
}
63
59
64
60
.main-wrapper {
@@ -116,7 +112,7 @@ main::after {
116
112
117
113
footer {
118
114
background-color : black;
119
- height : 100% ;
115
+ /* height: 100%; */
120
116
border-top : 1px solid white;
121
117
}
122
118
@@ -125,9 +121,8 @@ footer .footer-container {
125
121
padding-inline : 1.5rem ;
126
122
max-width : var (--header-footer-content-width );
127
123
width : 100% ;
128
- height : 100% ;
124
+ /* height: 100%; */
129
125
margin-inline : auto;
130
-
131
126
display : flex;
132
127
flex-direction : row;
133
128
justify-content : space-between;
@@ -137,7 +132,6 @@ footer .footer-container {
137
132
footer .footer-wrapper {
138
133
width : 100% ;
139
134
display : flex;
140
- height : 100% ;
141
135
justify-content : space-between;
142
136
flex-direction : column;
143
137
}
@@ -150,16 +144,18 @@ footer .section-group {
150
144
.image-bin {
151
145
display : flex;
152
146
flex-direction : column;
153
- height : 100% ;
154
147
align-items : center;
155
148
}
156
149
150
+ .image-bin a {
151
+ height : 100% ;
152
+ }
153
+
157
154
.image-bin img {
158
155
width : 100px ;
159
156
opacity : 0.7 ;
160
157
transition : opacity 0.25s ease;
161
158
object-fit : contain;
162
- height : min-content;
163
159
}
164
160
165
161
.image-bin img : hover {
You can’t perform that action at this time.
0 commit comments