We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb69cc1 commit 08f91c6Copy full SHA for 08f91c6
css/features.css
@@ -58,7 +58,8 @@
58
59
*/
60
.features-section {
61
- padding: 75px;
+ padding: 75px 0 75px 39px;
62
+ color: #333;
63
}
64
.features-toolbox {
65
background: url('../img/features-toolbox.png');
@@ -95,6 +96,12 @@
95
96
width: 60px;
97
height: 60px;
98
margin-right: 20px;
99
+ position: relative;
100
+ width: 35px;
101
+}
102
+.features-pic > div {
103
+ position: absolute;
104
+right: 0;
105
106
.features-pic-discovery {
107
width: 51px;
0 commit comments