Skip to content

Commit

Permalink
modify footer
Browse files Browse the repository at this point in the history
  • Loading branch information
allycat committed Nov 20, 2023
1 parent 4cf49e3 commit c3bca01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<a href="https://www.iis.sinica.edu.tw/zh/index.html" target="_blank"><img width="70%" src="assets/images/iis-logo.png"/></a>
</div>
<div class="col-lg-2 text-center py-3">
<a href="https://www.citi.sinica.edu.tw/" target="_blank"><img width="70%" src="assets/images/citi-logo.png"/></a>
<a href="https://www.citi.sinica.edu.tw/" target="_blank"><img src="assets/images/citi-logo.png"/></a>
</div>
<div class="col-lg-3 text-center py-3">
<a href="https://codata.sinica.edu.tw/" target="_blank"><img src="assets/images/cdt-logo.png"/></a>
Expand Down
4 changes: 4 additions & 0 deletions _sass/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@
.row {
padding: 15px;
}

.lead {
font-size: 2rem;
}

0 comments on commit c3bca01

Please sign in to comment.