diff options
Diffstat (limited to '_scss/components')
-rw-r--r-- | _scss/components/_github.scss | 4 | ||||
-rw-r--r-- | _scss/components/_image.scss | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/_scss/components/_github.scss b/_scss/components/_github.scss deleted file mode 100644 index 87c0b27..0000000 --- a/_scss/components/_github.scss +++ /dev/null @@ -1,4 +0,0 @@ -.github-avatar { - max-height: 16px; - max-width: 16px; -} diff --git a/_scss/components/_image.scss b/_scss/components/_image.scss deleted file mode 100644 index c2f15eb..0000000 --- a/_scss/components/_image.scss +++ /dev/null @@ -1,4 +0,0 @@ -img { - max-width: 100%; - width: auto; -} |