diff options
author | ana <ana@ana.st> | 2021-08-08 19:07:01 +0200 |
---|---|---|
committer | ana <ana@ana.st> | 2021-08-08 19:07:01 +0200 |
commit | cc0ef3e4f905f5c3c6441069bdb3bf8a78ac1314 (patch) | |
tree | 0154d3a8aba389ccef635e148f6626fabc2f06a5 /public/index.html | |
parent | b03c4819262d1f65559ac7e389930297484b2979 (diff) | |
download | eureka-marks-cc0ef3e4f905f5c3c6441069bdb3bf8a78ac1314.tar.gz |
feat: make the grid responsive
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html index 08635e2..f409c12 100644 --- a/public/index.html +++ b/public/index.html @@ -5,6 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="description" content="Starter Snowpack App" /> <link rel="stylesheet" href="/pure.css" /> + <link rel="stylesheet" href="/pure-responsive-grid.css" /> <link rel="stylesheet" type="text/css" href="/index.css" /> <title>FFXIV Eureka Marks</title> </head> |