Fixed section landing position on navigation #154 (#436)

* Fixed alignment issue in tables under education(#233)

* Fixed section landing position on navigation

Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
This commit is contained in:
Reyhan
2021-10-18 23:46:10 +05:30
committed by GitHub
parent f779ac4ebb
commit 6e41689c06
12 changed files with 56 additions and 13 deletions
+6
View File
@@ -19,6 +19,12 @@
text-align: right;
}
.education-section h1 > span{
margin-top: -55px; /* Size of fixed header */
padding-bottom:55px;
display: block;
}
.education-section .icon {
width: 2rem;
padding-left: 0;