summaryrefslogtreecommitdiffstats
path: root/app/stylesheets/web
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-07-05 14:23:16 +0200
committerAhmed Abdelhalim <[email protected]>2021-07-05 14:23:16 +0200
commit79c1ee1c608ce5761973d3353ad0da802d3f9645 (patch)
tree2e739893fa5ed3d509b779c1a67a81036454658a /app/stylesheets/web
parent04acecca6f8024767cda4579dfd25b2742cd0208 (diff)
Refactor writing/projects sections and make them 1 type
Diffstat (limited to 'app/stylesheets/web')
-rw-r--r--app/stylesheets/web/projects.styl3
-rw-r--r--app/stylesheets/web/writing.styl18
2 files changed, 3 insertions, 18 deletions
diff --git a/app/stylesheets/web/projects.styl b/app/stylesheets/web/projects.styl
index 6e8441a..f3889af 100644
--- a/app/stylesheets/web/projects.styl
+++ b/app/stylesheets/web/projects.styl
@@ -4,6 +4,9 @@
.projects__header {
}
+.project {
+}
+
.project__title {
margin-bottom: 0
font-size: 1.1em
diff --git a/app/stylesheets/web/writing.styl b/app/stylesheets/web/writing.styl
deleted file mode 100644
index 3cbf52a..0000000
--- a/app/stylesheets/web/writing.styl
+++ /dev/null
@@ -1,18 +0,0 @@
-.writing {
-}
-
-.writing__header {
-}
-
-.writing__title {
- margin-bottom: 0
- font-size: 1.1em
-
-}
-
-.writing__content {
- margin-left: 1.2em
- margin-right: 1.2em
- margin-top: 0.3em
- margin-bottom: 1.5em
-}