Tweak some visuals.
This commit is contained in:
parent
697e7d88c4
commit
56b21b3427
|
@ -91,7 +91,7 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<h1>Professional Experience</h1>
|
<h1>Work Experience</h1>
|
||||||
|
|
||||||
<div class="section-content">
|
<div class="section-content">
|
||||||
<div class="position">
|
<div class="position">
|
||||||
|
|
|
@ -17,12 +17,15 @@ svg {
|
||||||
height: 1.2em;
|
height: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
font-size: 11.5px;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
font-family: $text-font;
|
font-family: $text-font;
|
||||||
line-height: 1.3em;
|
line-height: 1.3em;
|
||||||
font-size: 11.5px;
|
|
||||||
font-variant-ligatures: none;
|
font-variant-ligatures: none;
|
||||||
|
|
||||||
@media not print {
|
@media not print {
|
||||||
|
@ -40,7 +43,7 @@ body {
|
||||||
header {
|
header {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
margin-top: 25px;
|
margin-top: 20px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -54,31 +57,31 @@ hr {
|
||||||
}
|
}
|
||||||
|
|
||||||
div.name {
|
div.name {
|
||||||
font-size: 1.7em;
|
font-size: 1.7rem;
|
||||||
margin: 15px;
|
margin: 15px;
|
||||||
font-family: $big-font, serif;
|
font-family: $big-font, serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 1.25em;
|
font-size: 1.25rem;
|
||||||
font-family: $big-font, serif;
|
font-family: $big-font, serif;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
margin-bottom: 2.5px;
|
margin-bottom: 2.5px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding-bottom: 0.2em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 1.2em;
|
font-size: 1.2rem;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
margin-top: 0px;
|
margin-top: 0.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
padding-left: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.contact {
|
div.contact {
|
||||||
|
@ -124,12 +127,16 @@ a.project-link {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
svg.project-link-icon {
|
svg.project-link-icon {
|
||||||
height: 0.9em;
|
height: 0.9rem;
|
||||||
width: 0.9em;
|
width: 0.9rem;
|
||||||
margin-left: 0.25em;
|
margin-left: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user