summaryrefslogtreecommitdiffstats
path: root/app/base.styl
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-07-04 18:25:55 +0200
committerAhmed Abdelhalim <[email protected]>2021-07-04 18:25:55 +0200
commitb6326b1345023f9361236dc3f6c7193ec4e83042 (patch)
tree63eea63cf894340ef5817ede7499273d62ec0d76 /app/base.styl
parent3913b19fc08a459ec9ef8f1773ae0c335149a37b (diff)
Convert the summary section to BEM convention
Diffstat (limited to 'app/base.styl')
-rw-r--r--app/base.styl9
1 files changed, 1 insertions, 8 deletions
diff --git a/app/base.styl b/app/base.styl
index 31b12d7..662b7f3 100644
--- a/app/base.styl
+++ b/app/base.styl
@@ -21,6 +21,7 @@ a:link, a:visited, a:hover, a:active {
}
@require "stylesheets/web/header.styl"
+@require "stylesheets/web/summary.styl"
article {
h1 {
@@ -43,14 +44,6 @@ article {
}
}
-.summary {
- h1 { display: none }
- p {
- text-align: justify
- margin-top: 2.5em
- }
-}
-
.skills {
dl {
display: flex