Skip to content

Commit a35cf74

Browse files
author
rohit.mokashi
committed
[RM] Changed some styles
1 parent f6884d4 commit a35cf74

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

assets/css/styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ a.dotted-link:hover {
119119

120120
/* ======= Header ======= */
121121
.header {
122-
padding: 30px 0;
122+
padding: 20px 0;
123123
background: #f5f5f5;
124-
border-top: 10px solid #778492;
124+
/* border-top: 10px solid #778492; */
125125
}
126126

127127
.header .btn {
@@ -184,7 +184,7 @@ a.dotted-link:hover {
184184

185185
.section .heading {
186186
margin-top: 0;
187-
margin-bottom: 30px;
187+
margin-bottom: 20px;
188188
color: #545e69;
189189
font-size: 24px;
190190
}

assets/scss/_base.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ a.dotted-link {
9595

9696
/* ======= Header ======= */
9797
.header {
98-
padding: 30px 0;
98+
padding: 20px 0;
9999
background: $smoky-white;
100-
border-top: 10px solid $color;
100+
// border-top: 10px solid $color;
101101
.btn {
102102
font-weight: bold;
103103
}
@@ -154,7 +154,7 @@ a.dotted-link {
154154
}
155155
.heading {
156156
margin-top: 0;
157-
margin-bottom: 30px;
157+
margin-bottom: 20px;
158158
color: darken($color, 15%);
159159
font-size: 24px;
160160
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h2 class="desc">Software Engineer</h2>
111111
</header>
112112
<!--//header-->
113113

114-
<div class="container sections-wrapper py-5">
114+
<div class="container sections-wrapper py-4">
115115
<div class="row">
116116
<div class="primary col-lg-8 col-12">
117117
<section class="about section">

0 commit comments

Comments
 (0)