Skip to content

Commit 08f91c6

Browse files
committed
fixed up alignment
1 parent cb69cc1 commit 08f91c6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

css/features.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
5959
*/
6060
.features-section {
61-
padding: 75px;
61+
padding: 75px 0 75px 39px;
62+
color: #333;
6263
}
6364
.features-toolbox {
6465
background: url('../img/features-toolbox.png');
@@ -95,6 +96,12 @@
9596
width: 60px;
9697
height: 60px;
9798
margin-right: 20px;
99+
position: relative;
100+
width: 35px;
101+
}
102+
.features-pic > div {
103+
position: absolute;
104+
right: 0;
98105
}
99106
.features-pic-discovery {
100107
width: 51px;

0 commit comments

Comments
 (0)