Skip to content

Commit

Permalink
[Main Page] Col size
Browse files Browse the repository at this point in the history
  • Loading branch information
hailey-tran-9 committed Jun 27, 2024
1 parent 6aee8a9 commit fcf82e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ <h3>CS184/284A Homework Webpages</h3>
</div>
<div class="row justify-content-md-center" style="padding-top: 2.5vh;">
<div class="col"></div>
<div class="col">
<div class="col-md-auto">
<div class="btn-group-vertical btn-group-lg" role="group" aria-label="...">
<a type="button" class="btn btn-secondary" href="/hw1/index.html">Homework 1</a>
<a type="button" class="btn btn-secondary" href="/hw2/index.html">Homework 2</a>
<a type="button" class="btn btn-secondary" href="/hw3/index.html">Homework 3</a>
<a type="button" class="btn btn-secondary" href="/hw4/index.html">Homework 4</a>
</div>
</div>
<div class="col">
<div class="col-md-auto">
<div class="btn-group-vertical btn-group-lg" role="group" aria-label="...">
<a type="button" class="btn btn-secondary" href="/final_proj/index.html">Final Project</a>
<a type="button" class="btn btn-secondary" href="/final_proj_milestone/index.html">Final Project Milestone</a>
Expand Down

0 comments on commit fcf82e5

Please sign in to comment.