File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -119,9 +119,9 @@ a.dotted-link:hover {
119
119
120
120
/* ======= Header ======= */
121
121
.header {
122
- padding : 30 px 0 ;
122
+ padding : 20 px 0 ;
123
123
background : # f5f5f5 ;
124
- border-top : 10px solid # 778492 ;
124
+ /* border-top: 10px solid #778492; */
125
125
}
126
126
127
127
.header .btn {
@@ -184,7 +184,7 @@ a.dotted-link:hover {
184
184
185
185
.section .heading {
186
186
margin-top : 0 ;
187
- margin-bottom : 30 px ;
187
+ margin-bottom : 20 px ;
188
188
color : # 545e69 ;
189
189
font-size : 24px ;
190
190
}
Original file line number Diff line number Diff line change @@ -95,9 +95,9 @@ a.dotted-link {
95
95
96
96
/* ======= Header ======= */
97
97
.header {
98
- padding : 30 px 0 ;
98
+ padding : 20 px 0 ;
99
99
background : $smoky-white ;
100
- border-top : 10px solid $color ;
100
+ // border-top: 10px solid $color;
101
101
.btn {
102
102
font-weight : bold ;
103
103
}
@@ -154,7 +154,7 @@ a.dotted-link {
154
154
}
155
155
.heading {
156
156
margin-top : 0 ;
157
- margin-bottom : 30 px ;
157
+ margin-bottom : 20 px ;
158
158
color : darken ($color , 15% );
159
159
font-size : 24px ;
160
160
}
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ <h2 class="desc">Software Engineer</h2>
111
111
</ header >
112
112
<!--//header-->
113
113
114
- < div class ="container sections-wrapper py-5 ">
114
+ < div class ="container sections-wrapper py-4 ">
115
115
< div class ="row ">
116
116
< div class ="primary col-lg-8 col-12 ">
117
117
< section class ="about section ">
You can’t perform that action at this time.
0 commit comments