Skip to content

Commit

Permalink
Edit h2 text shadow property
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsAlanK committed Jul 13, 2021
1 parent 81b148a commit 34a9cd1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ h2 {
font-family: 'Cinzel Decorative', 'Lucida Sans', sans-serif;
font-weight: 900;
color: #b99f65;
text-shadow: 0 0 1px rgb(0, 0, 0.5);
text-shadow: 0 0 1px rgb(0, 0, 0.3);
}

h2 {
Expand Down Expand Up @@ -317,6 +317,9 @@ footer {

/* for medium to large screens 768px and up */
@media screen and (min-width: 768px) {
h2 {
text-shadow: 0 0 2px rgb(0, 0, 0.3);
}

/* nav links */
#mobile-header-main {
Expand Down

0 comments on commit 34a9cd1

Please sign in to comment.