Skip to content

Commit

Permalink
Merge pull request #165 from anantnipunge/master
Browse files Browse the repository at this point in the history
padding to nav-bar items and 'download here' section
  • Loading branch information
SaptarshiSarkar12 committed Oct 27, 2022
2 parents 8d823cf + 9c4d5e4 commit 753fb80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Website/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@ header {
text-align: center;
background-color: var(--background-color);
color: var(--black);
padding-top: 50px;
}

.download > h2 {
Expand Down Expand Up @@ -699,7 +700,7 @@ header {
margin-top: 5%;
}

li {
.footer li {
margin-top: 8px;
list-style-type: none;
line-height: 180%;
Expand Down

0 comments on commit 753fb80

Please sign in to comment.