summaryrefslogtreecommitdiff
path: root/_assets/screen.scss
diff options
context:
space:
mode:
Diffstat (limited to '_assets/screen.scss')
-rw-r--r--_assets/screen.scss31
1 files changed, 26 insertions, 5 deletions
diff --git a/_assets/screen.scss b/_assets/screen.scss
index 9cc47a4..e03253a 100644
--- a/_assets/screen.scss
+++ b/_assets/screen.scss
@@ -315,10 +315,6 @@ figure {
font-weight: 400;
font-size: 110%;
- li {
- line-height: 1.2em;
- }
-
.post-listing {
width: 623px;
@include tablet-portrait-and-below {
@@ -357,6 +353,30 @@ figure {
line-height: 1.1;
}
+ #resume {
+ #interests {
+ p {
+ font-weight: 700;
+ margin-top: 4em;
+ }
+ }
+ h2 {
+ margin-top: 3em;
+ text-align: center;
+ }
+ h3 {
+ font-weight: 700;
+ font-size: 1.1em;
+ }
+ .exp {
+ padding-bottom: 1.2em;
+ border-bottom: 1px solid #dedede;
+ }
+ .exp:last-child {
+ border-bottom: 1px solid white;
+ }
+ }
+
#entry {
padding: 0;
margin: 0 auto;
@@ -431,7 +451,8 @@ figure {
h2 {
font-weight: 700;
- font-size: 1.2em;
+ font-size: 1.6em;
+ color: #5F516;
}
}
}