Skip to content

Commit

Permalink
padding fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cankurttekin committed Sep 26, 2024
1 parent 453fb42 commit eab12e4
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
body {
font-family: 'Cantarell', sans-serif;
background-color: #fafafa;
margin: 0;
/*padding: 20px;*/
margin: 0px;
padding: 20px;
justify-content: center;
align-items: center;
color: #444;
height: 100vh;
}

h1 {
text-align: center;
color: #323232;
font-weight: bold;
}

p {
color: rgba(0, 0, 0, 0.5);
}
Expand Down Expand Up @@ -143,6 +137,7 @@ button:hover {

.site-header {
padding: 20px;
padding-top: 0px;
display: flex;
justify-content: center;
}
Expand All @@ -155,18 +150,19 @@ button:hover {
.logo {
width: 128px;
height: auto;
margin-right: 28px;
margin-right: 26px;
}

.site-title {
font-size: 2.2rem;
color: #333;
font-size: 2.1rem;
color: #323232;
font-weight: 900;
}

.line-container {
margin-top: 0px;
padding-top: 20px;
padding-bottom: 20px;
margin: -20px;
}

.blue-line {
Expand Down

0 comments on commit eab12e4

Please sign in to comment.