Skip to content

Commit 1705de0

Browse files
committed
Update padding and width in projects.css
1 parent 8d9bbfa commit 1705de0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

projects/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@
9494
</header>
9595

9696
<body>
97+
<section class="project-hero"></section>
98+
9799
<section class="project-section">
98100
<h1 class="Title" id="AltTitle">Projects</h1>
99101
<input

projects/projects.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ body {
8181
display: flex;
8282
flex-direction: column;
8383
align-items: center;
84-
padding-top: 15em;
84+
padding-top: 5em;
8585
margin: 0;
8686
}
8787

@@ -105,7 +105,7 @@ body {
105105
border-radius: 0.625em;
106106
font-family: "Lato";
107107
font-size: 1em;
108-
width: 90%;
108+
width: calc(95% - 1.25em);
109109
margin: 0 0 1em 0;
110110
border: none;
111111
}
@@ -132,7 +132,7 @@ body {
132132
.project {
133133
display: flex;
134134
flex-direction: row;
135-
width: 90%;
135+
width: 95%;
136136
background-color: #204359;
137137
border-radius: 0.625em;
138138
}

0 commit comments

Comments
 (0)