1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-07-07 02:31:06 +01:00

Updates to Compact/Modern/Positive.

This commit is contained in:
hacksalot
2016-01-12 21:29:30 -05:00
parent 56408b82ef
commit e5dac59649
4 changed files with 243 additions and 44 deletions

View File

@ -45,12 +45,9 @@ li {
margin-left: 2em;
}
h3 {
margin-top: 1em;
}
p, li {
text-align: justify;
clear: both;
}
.tenure {
@ -69,10 +66,8 @@ main > header {
}
main > header > h1 {
float: left;
font-size: 1.5em;
text-transform: uppercase;
h3 {
display: inline-block;
line-height: 1;
}
#contact {
@ -87,7 +82,19 @@ main > header > h1 {
margin-left: 5px;
}
h2 > span.fa {
span.fa {
text-align: left;
margin-right: 3px;
float: left;
}
section > div {
margin-bottom: 1em;
clear: both;
}
span.keywords {
font-size: 10px;
color: gray;
text-align: right;
}