Advertisement
Konark

Untitled

Oct 5th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.25 KB | None | 0 0
  1. /***************** Bottom ******************/
  2. .bottom_inner {
  3.     .widgettitle {
  4.         margin-bottom:35px;
  5.         position:relative;
  6.     }
  7.  
  8.     &:after {
  9.         content: '';
  10.         display: block;
  11.         clear: both;
  12.         height: 0;
  13.         visibility: hidden;
  14.         overflow: hidden;
  15.     }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement