Skip to content

Commit

Permalink
[Main Page] Add padding
Browse files Browse the repository at this point in the history
  • Loading branch information
hailey-tran-9 committed Jun 27, 2024
1 parent ec2561d commit 6aee8a9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@
</head>
<body>
<div class="container-fluid">
<div class="row" height="20%"></div>
<div class="row justify-content-md-center">
<div class="row justify-content-md-center" style="padding-top: 20vh;">
<div class="col"></div>
<div class="col">
<h3>CS184/284A Homework Webpages</h3>
</div>
<div class="col"></div>
</div>
<div class="row justify-content-md-center">
<div class="row justify-content-md-center" style="padding-top: 2.5vh;">
<div class="col"></div>
<div class="col">
<div class="btn-group-vertical btn-group-lg" role="group" aria-label="...">
Expand Down

0 comments on commit 6aee8a9

Please sign in to comment.