Skip to content

Commit

Permalink
update box shadow for phone display
Browse files Browse the repository at this point in the history
  • Loading branch information
aroyan committed Aug 14, 2021
1 parent e5f3189 commit d4671f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file removed images/radio.png
Binary file not shown.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ figure{
justify-content: center;
font-size: 8px;
margin-top: 65px;
box-shadow: 0px 7px 7px 0px rgba(197,185,185,0.15);
-webkit-box-shadow: 0px 7px 7px 0px rgba(197,185,185,0.15);
-moz-box-shadow: 0px 7px 7px 0px rgba(197,185,185,0.15);
box-shadow: 10px 10px 8px 0px rgba(233,233,233,0.46);
-webkit-box-shadow: 10px 10px 8px 0px rgba(233,233,233,0.46);
-moz-box-shadow: 10px 10px 8px 0px rgba(233,233,233,0.46);
}

figure p{
Expand Down

0 comments on commit d4671f7

Please sign in to comment.