summaryrefslogtreecommitdiff
path: root/medicmate.scss
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2019-08-27 15:13:39 -0400
committerBen Burwell <ben@benburwell.com>2019-08-27 15:13:39 -0400
commit50439f6e6897e7936130e7b03b0452fa54d2d3a7 (patch)
tree5d53059fb96c2f0c464ff5237cab84175aa0e063 /medicmate.scss
parent0dc04812456434b475fda80858fcffeed1232a8a (diff)
Use src dir
Diffstat (limited to 'medicmate.scss')
-rw-r--r--medicmate.scss71
1 files changed, 0 insertions, 71 deletions
diff --git a/medicmate.scss b/medicmate.scss
deleted file mode 100644
index 54174fc..0000000
--- a/medicmate.scss
+++ /dev/null
@@ -1,71 +0,0 @@
-body {
- font-size: 16px;
- font-family: 'Roboto', sans-serif;
- font-weight: 300;
- padding: 0;
- margin: 0;
- color: #333;
-}
-
-h1 {
- margin: 0;
- font-size: 2em;
- font-weight: 300;
- color: #dd8800;
-}
-
-h2 {
- font-size: 1.2em;
- font-weight: 300;
- color: #dd8800;
-}
-
-header {
- margin: 0;
- background-color: #dd8800;
- color: white;
- text-align: center;
- padding: 1em;
-
-}
-
-header h1 {
- color: white;
-}
-
-main {
- padding: 1em;
- margin-left: auto;
- margin-right: auto;
- max-width: 600px;
-}
-
-footer {
- text-align: center;
- color: #999;
-}
-
-li {
- padding: 0.5em;
-}
-
-p {
- margin-top: 1em;
- margin-bottom: 0;
-}
-
-a {
- color: #00e;
- text-decoration: none;
-}
-
-a:hover {
- text-decoration: underline;
-}
-
-@media (min-width: 600px) {
- header {
- padding: 3em;
- }
-}
-