We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a648632 commit 4a97ff5Copy full SHA for 4a97ff5
.gitignore
@@ -0,0 +1 @@
1
+.DS_Store
style.css
@@ -28,11 +28,11 @@ h3 {
28
29
/* Navbar Text Size */
30
.navbarTitle {
31
- font-size: x-large;
+ font-size: x-large;
32
}
33
34
.navbar-fixed { /* removes overlay so user can press links */
35
- z-index: 999;
+ z-index: 999;
36
37
38
.nav-links {
@@ -51,7 +51,7 @@ h3 {
51
52
53
.contact-padding {
54
- margin-bottom: -8px !important;
+ margin-bottom: -1em !important;
55
56
57
/* Size of Profile Pic */
@@ -135,4 +135,4 @@ h3 {
135
136
.copyright {
137
padding-bottom: 20px;
138
-}
+}
0 commit comments