git ssb

0+

k4ml / belajar-js



Commit b6f82f75ebc0788c78b9bd55c5b1df9280c49c5d

Fix author's bio text width a bit, to cater for responsive.

Ikhwan Hayat committed on 1/19/2015, 3:55:53 AM
Parent: 8237f9ca032f15f6d03813596867e55ddd2b094d

Files changed

public/css/custom.csschanged
public/css/custom.cssView
@@ -36,9 +36,9 @@
3636 .pic {
3737 float: left;
3838 width: 120px;
3939 padding-right: 0 !important;
40- padding-top: 20px !important;
40+ padding-top: 10px !important;
4141 }
4242
4343 .pic img {
4444 border-radius: 50% !important;
@@ -49,10 +49,9 @@
4949
5050 }
5151
5252 .bio {
53- float: left;
54- width: 558px;
53+ margin-left: 125px;
5554 padding-left: 0 !important;
5655 text-align: justify;
5756 }
5857

Built with git-ssb-web