Advertisement
Guest User

Untitled

a guest
May 16th, 2018
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.41 KB | None | 0 0
  1. @media only screen and (max-width: 900px) {
  2. .donate i {
  3.     display: inline-block !important;
  4.     margin: 0 8px 6px 0 !important;
  5. }
  6.  
  7. .top-panel__message p {
  8.     margin-bottom: 0px;
  9.     text-align: center;
  10.     font-size: 14px;
  11. }
  12. }
  13.  
  14. // -> Change b tags in description to p tags
  15.  
  16. // <font color="#000000"><p>National Domestic Violence Hotline Number</p><p>1-800-799-7233</p><p>If this is an emergency dial 911</p></font>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement