File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed
Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff 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+ }
Original file line number Diff line number Diff line change 1- const CACHE_NAME = 'v1.0 .0' ;
1+ const CACHE_NAME = 'v1.1 .0' ;
22
33const FILES_TO_CACHE = [
44 './images/apple-touch-icon-192x192.webp' ,
You can’t perform that action at this time.
0 commit comments