aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2018-04-19 12:24:06 +0200
committerNoah Loomans <noahloomans@gmail.com>2018-04-19 12:24:06 +0200
commit4f81bfc177e0e4acf1a205642af7b92b2a0acbb8 (patch)
treefe722a5d0dbe2c517dd7b99a34f5a0514344ebec
parente93b2d432b9aff829978625613d7d6d52f7aa33c (diff)
Remove unused styles
-rw-r--r--style/_projects.scss27
-rw-r--r--style/main.scss1
2 files changed, 0 insertions, 28 deletions
diff --git a/style/_projects.scss b/style/_projects.scss
deleted file mode 100644
index fa0ba51..0000000
--- a/style/_projects.scss
+++ /dev/null
@@ -1,27 +0,0 @@
-.projects {
- display: flex;
- .project {
- padding: 8px;
- color: black;
- text-decoration: none;
- background-color: #ececec;
- margin: 8px;
- outline: none;
- border-radius: 2px;
- box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
- transition: all 0.3s cubic-bezier(.25,.8,.25,1);
-
- &:hover, &:focus {
- box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
- }
-
- img {
- width: 100%;
- }
-
- header {
- padding: 8px;
- font-style: italic;
- }
- }
-}
diff --git a/style/main.scss b/style/main.scss
index b6ceff4..2cf2bed 100644
--- a/style/main.scss
+++ b/style/main.scss
@@ -9,7 +9,6 @@ $page-padding-between: 40px;
@import 'normalize';
@import 'header';
@import 'markdown';
-@import 'projects';
@import 'responsive';
@import 'random-project';
@import 'credly-widget';