Skip to content

Commit 4a97ff5

Browse files
committed
Reducing left column line spacing
1 parent a648632 commit 4a97ff5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

style.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ h3 {
2828

2929
/* Navbar Text Size */
3030
.navbarTitle {
31-
font-size: x-large;
31+
font-size: x-large;
3232
}
3333

3434
.navbar-fixed { /* removes overlay so user can press links */
35-
z-index: 999;
35+
z-index: 999;
3636
}
3737

3838
.nav-links {
@@ -51,7 +51,7 @@ h3 {
5151
}
5252

5353
.contact-padding {
54-
margin-bottom: -8px !important;
54+
margin-bottom: -1em !important;
5555
}
5656

5757
/* Size of Profile Pic */
@@ -135,4 +135,4 @@ h3 {
135135

136136
.copyright {
137137
padding-bottom: 20px;
138-
}
138+
}

0 commit comments

Comments
 (0)