diff options
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/Home.module.css | 4 | ||||
| -rw-r--r-- | src/styles/globals.css | 22 |
2 files changed, 0 insertions, 26 deletions
diff --git a/src/styles/Home.module.css b/src/styles/Home.module.css deleted file mode 100644 index ae734f6..0000000 --- a/src/styles/Home.module.css +++ /dev/null @@ -1,4 +0,0 @@ -.action { - margin-top: 20px; - margin-bottom: 20px; -} diff --git a/src/styles/globals.css b/src/styles/globals.css deleted file mode 100644 index 1675722..0000000 --- a/src/styles/globals.css +++ /dev/null @@ -1,22 +0,0 @@ -html, -body { - padding: 20px 0; - margin: 0; - font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, - Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; -} - -a { - color: inherit; - text-decoration: none; -} - -div.paginate-container { - display: flex !important; - align-items: center; - justify-content: center; -} - -* { - box-sizing: border-box; -} |
