Skip to content

Commit a83f8a8

Browse files
increase sidebar margin
1 parent 10beee5 commit a83f8a8

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

assets/css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
/* background-size: cover; */
1212
margin: -31px;
13-
margin-left:-12px;
13+
margin-left:-7px;
1414
border: 6px solid rgba(0, 77, 64, 0.4);
1515
border-radius: 50% !important;
1616
}
@@ -201,7 +201,7 @@ nav i {
201201

202202
main {
203203
background: url(../../assets/img/bg.png) repeat;
204-
padding-left: 180px;
204+
padding-left: 190px;
205205
}
206206

207207
dl {
@@ -220,7 +220,7 @@ dt {
220220
}
221221

222222
ul.side-nav {
223-
width: 180px;
223+
width: 190px;
224224
}
225225

226226
ul.side-nav li {

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,11 @@
147147
4. mdi-file-attachment
148148
5. mdi-file-folder-shared
149149
-->
150-
<a aria-label="Open Varad's resume in a new tab" href="#resume" target="_blank"
150+
<!-- <a aria-label="Open Varad's resume in a new tab" href="#resume" target="_blank"
151151
onclick="window.open('https://drive.google.com/file/d/1vYi-bMyIsZPve0x_clxY8xsDtiHiOMd3/view?usp=sharing')"
152-
class="waves-effect waves-dark teal-text"><i class="mdi-file-folder-open small"></i><span>Resume</span></a>
152+
class="waves-effect waves-dark teal-text"><i class="mdi-file-folder-open small"></i><span>Resume</span></a> -->
153+
<a aria-label="Open Varad's resume in a new tab" href="https://drive.google.com/file/d/1vYi-bMyIsZPve0x_clxY8xsDtiHiOMd3/view?usp=sharing" target="_blank"
154+
class="waves-effect waves-dark teal-text"><i class="mdi-file-folder-open small"></i><span>Resume</span></a>
153155
</li>
154156
</ul>
155157
</nav>

0 commit comments

Comments
 (0)