Changed dimensions

This commit is contained in:
James Dinh 2022-05-31 11:07:57 -07:00
parent 6b525bc9cc
commit 73a7e54bb2
4 changed files with 10 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -321,6 +321,10 @@ section {
text-align: left; text-align: left;
} }
#description-heading {
text-align: center;
}
.list { .list {
padding-left: 20px; padding-left: 20px;
} }
@ -330,7 +334,7 @@ section {
} }
#steps-card { #steps-card {
width: fit-content; width: 400px;
min-width: 300px; min-width: 300px;
border-radius: 5px; border-radius: 5px;
background-color: #0d1117; background-color: #0d1117;
@ -341,6 +345,10 @@ section {
text-align: left; text-align: left;
} }
#steps-header {
padding-top: 10px;
}
.list-item { .list-item {
margin: 0 0 30px 30px; margin: 0 0 30px 30px;
padding: 10px; padding: 10px;

BIN
img/.DS_Store vendored

Binary file not shown.

View File

@ -82,6 +82,7 @@
<hr class="line"> <hr class="line">
<div id="event-container"> <div id="event-container">
<article id="event-description"> <article id="event-description">
<h2 id="description-heading">Description</h2>
<ul class="list"> <ul class="list">
<li>Even if you're not an expert at coding, this hackathon will offer an opportunity to strengthen your skills and collaborate with others to create something useful. Below are important dates to keep in mind: <li>Even if you're not an expert at coding, this hackathon will offer an opportunity to strengthen your skills and collaborate with others to create something useful. Below are important dates to keep in mind:
<ul style="margin-left: 25px"> <ul style="margin-left: 25px">