Skip to content

Commit 530304b

Browse files
committed
style: thin footer
1 parent f855003 commit 530304b

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

src/styles/index.css

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,29 @@ footer {
297297
display: flex;
298298
justify-content: space-between;
299299
align-items: center;
300+
gap: 5px;
300301
}
301302
footer > aside > a {
302-
padding: 0 5px 0 10px;
303303
color: #fff;
304304
}
305+
306+
307+
@media (min-width: 700px) {
308+
main > section {
309+
height: calc(25% - 28px);
310+
}
311+
footer {
312+
padding: 0;
313+
height: 28px;
314+
}
315+
footer > header {
316+
height: 100%;
317+
}
318+
footer > aside {
319+
position: absolute;
320+
top: 0;
321+
left: 0;
322+
padding: 0 5px;
323+
height: 100%;
324+
}
325+
}

src/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const CACHE_NAME = 'v1.0.0';
1+
const CACHE_NAME = 'v1.1.0';
22

33
const FILES_TO_CACHE = [
44
'./images/apple-touch-icon-192x192.webp',

0 commit comments

Comments
 (0)