Skip to content

Commit

Permalink
improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
onurcatmabacak committed Sep 17, 2024
1 parent 0749a25 commit 82c7a23
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
padding: 0; /* Remove default padding */
position: relative; /* Relative position for social links */
min-height: 100vh; /* Minimum height to cover the viewport */
margin-bottom: 50px;
}
.container {
display: flex;
Expand All @@ -26,6 +25,7 @@
justify-content: flex-start; /* Align items to the top */
flex-grow: 1; /* Allow container to grow */
padding: 20px; /* Add some padding */
padding-bottom: 2cm; /* Add 2 cm space at the bottom */
}
.cv-container, .publications-container, .research-container {
display: none; /* Initially hidden */
Expand Down
2 changes: 1 addition & 1 deletion instructions.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
position: relative;
min-height: 100vh;
font-family: 'Karla', sans-serif;
margin-bottom: 50px;
}
.container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
padding: 20px;
padding-bottom: 2cm; /* Add 2 cm space at the bottom */
}
nav {
padding: 10px 0;
Expand Down
1 change: 0 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
}
body{
color: #fff;
margin-bottom: 50px;
}
.container{
width: 100%;
Expand Down

0 comments on commit 82c7a23

Please sign in to comment.