diff --git a/css/style.css b/css/style.css index 6c95184..d4f7b40 100644 --- a/css/style.css +++ b/css/style.css @@ -97,6 +97,12 @@ a.social-link:hover { margin-bottom:1.2em; } +.card-shadow { + box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3), inset 0px -2px 0px rgba(0, 0, 0, 0.2); +} + +/* header and titles */ + .card-header { border-top-left-radius:3px; border-top-right-radius:3px; @@ -116,10 +122,6 @@ a.social-link:hover { text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); } -.card-shadow { - box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3), inset 0px -2px 0px rgba(0, 0, 0, 0.2); -} - h1.card-title, h2.card-title, h3.card-title, h4.card-title, h5.card-title, h6.card-title, h7.card-title, h8.card-title, h9.card-title, h10.card-title { font-size:1em; text-shadow: 0px -1px 0px rgba(0,0,0,0.3);