Commit b6f82f75ebc0788c78b9bd55c5b1df9280c49c5d
Fix author's bio text width a bit, to cater for responsive.
Ikhwan Hayat committed on 1/19/2015, 3:55:53 AMParent: 8237f9ca032f15f6d03813596867e55ddd2b094d
Files changed
public/css/custom.css | changed |
public/css/custom.css | ||
---|---|---|
@@ -36,9 +36,9 @@ | ||
36 | 36 | .pic { |
37 | 37 | float: left; |
38 | 38 | width: 120px; |
39 | 39 | padding-right: 0 !important; |
40 | - padding-top: 20px !important; | |
40 | + padding-top: 10px !important; | |
41 | 41 | } |
42 | 42 | |
43 | 43 | .pic img { |
44 | 44 | border-radius: 50% !important; |
@@ -49,10 +49,9 @@ | ||
49 | 49 | |
50 | 50 | } |
51 | 51 | |
52 | 52 | .bio { |
53 | - float: left; | |
54 | - width: 558px; | |
53 | + margin-left: 125px; | |
55 | 54 | padding-left: 0 !important; |
56 | 55 | text-align: justify; |
57 | 56 | } |
58 | 57 |
Built with git-ssb-web