diff options
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/mordred.css | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/css/mordred.css b/src/css/mordred.css index a7c0f76..0b06430 100644 --- a/src/css/mordred.css +++ b/src/css/mordred.css | |||
@@ -46,6 +46,7 @@ body { | |||
46 | .jumbotron { | 46 | .jumbotron { |
47 | text-align: center; | 47 | text-align: center; |
48 | border-bottom: 1px solid #e5e5e5; | 48 | border-bottom: 1px solid #e5e5e5; |
49 | font-family: "Hack", monospace; | ||
49 | } | 50 | } |
50 | 51 | ||
51 | .jumbotron .btn { | 52 | .jumbotron .btn { |
@@ -95,17 +96,15 @@ body { | |||
95 | 96 | ||
96 | h3.resumesection { | 97 | h3.resumesection { |
97 | background-color: #999999; | 98 | background-color: #999999; |
98 | font-family: Geneva, Arial, Helvetica, sans-serif; | 99 | font-family: "Hack", monospace; |
99 | color: #FFFFFF; | 100 | color: #FFFFFF; |
100 | font-size: 12px; | 101 | font-size: 14px; |
101 | letter-spacing: 12px; | ||
102 | text-align: center; | 102 | text-align: center; |
103 | margin-bottom: 6px; | 103 | margin-bottom: 6px; |
104 | 104 | ||
105 | } | 105 | } |
106 | .job ul li { | 106 | .job ul li { |
107 | line-height: 12pt; | 107 | line-height: 12pt; |
108 | |||
109 | font-size: 10pt; | 108 | font-size: 10pt; |
110 | } | 109 | } |
111 | #porthead { | 110 | #porthead { |
@@ -118,8 +117,7 @@ h3.resumesection { | |||
118 | } | 117 | } |
119 | .techskills { | 118 | .techskills { |
120 | padding-left: 6px; | 119 | padding-left: 6px; |
121 | line-height: 10pt; | 120 | font-size: 12pt; |
122 | font-size: 12pt; | ||
123 | } | 121 | } |
124 | .job { | 122 | .job { |
125 | font-size:14pt; | 123 | font-size:14pt; |