plumwd

Weird UL/LI Alignment IE11

Oct 29th, 2019
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.58 KB | None | 0 0
  1. .page-practice-areas-interior .practice-areas-content article ul {
  2.     list-style: none;
  3.     columns: 2;
  4.     margin-bottom: 1.5rem;
  5. }
  6.  
  7. .interior article ul li {
  8.     position: relative;
  9.     text-align: left;
  10.     padding-left: 20px;
  11.     color: #231f20;
  12.     font-size: 1rem;
  13.     font-weight: 300;
  14.     line-height: 1.444rem;
  15.     margin-bottom: 20px;
  16. }
  17.  
  18. .interior article ul li:before {
  19.     content: '';
  20.     background-color: #B5121B;
  21.     display: inline-block;
  22.     position: absolute;
  23.     top: 8px;
  24.     left: 0;
  25.     width: 7px;
  26.     height: 7px;
  27.     margin-right: 8px;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment