aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-06-05 22:54:10 -0400
committerThedro Neely <thedroneely@gmail.com>2020-06-05 22:54:10 -0400
commit4fd9a95ba952dd5528553524989160cd24284b0b (patch)
tree8c4c21ad6a1a473c5dc53cac14e3ebba60c5a10c /public
parent3e95af2b5623b958e03d6b558de721de806021dc (diff)
downloadthedroneely.com-4fd9a95ba952dd5528553524989160cd24284b0b.tar.gz
thedroneely.com-4fd9a95ba952dd5528553524989160cd24284b0b.tar.bz2
thedroneely.com-4fd9a95ba952dd5528553524989160cd24284b0b.zip
public/css/tdro: Fix up resume css
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 84a9c61..f0c827a 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -4279,15 +4279,16 @@ ul.article__list { line-height: 2.5; }
* Resume Page
*/
+.max__height { min-height: 100vh; }
+
.resume__container { padding: 0 3em 0 3em; max-width: 1152px; }
.resume__section { padding: 0 1.5em; }
.resume__break { padding: 0.75em 1.5em; }
.resume__column { padding: 0; }
-.resume__label { padding: 10px; color: white; border-radius: 3px; }
-.resume__label:hover { background-color: #fcfcfc; color: #333; }
+.resume__label { padding: 10px; color: #fff !important; border-radius: 3px; }
+.resume__label:hover { background-color: #fcfcfc; color: #333 !important; }
-.max__height { min-height: 100vh; }
-.inline__padding { display: inline-block; margin: 0.5em; border-bottom: 1px solid transparent; }
+.inline__padding { display: inline-block; margin: 0.5em; border-bottom: 1px solid transparent !important; }
@media screen and (min-width: 769px) { .column__right { max-height: 100vh; overflow: auto; } }