Skip to content

Commit

Permalink
A
Browse files Browse the repository at this point in the history
  • Loading branch information
marceljc3 committed Oct 21, 2023
1 parent ba018ce commit a174169
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions assets/scss/components/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
width: 14rem;
font-size: 1.5rem;
margin-bottom: 0.6rem;
margin-top:0.1rem;
margin-top: 0.1rem;
// this margin just makes the spacing look better
// can probs play around with it more
}

.footer-text{
.footer-text {
text-align: center;
font-size: 16px;
b {
font-size: 20px;
}
}
}
13 changes: 7 additions & 6 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<div class="footer">
<div class="footer-text">
<p><b>Carleton Computer Science Society</b><br>
4135 Herzberg Laboratories<br>
1125 Colonel By Drive,<br>
Ottawa, ON K1S 5B6<br><br>
email: <a href="mailto:[email protected]">[email protected]</a>
<p>
<b>Carleton Computer Science Society</b><br />
4135 Herzberg Laboratories<br />
1125 Colonel By Drive,<br />
Ottawa, ON K1S 5B6<br /><br />
email: <a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
<div class="footer-socials">
<a href="http://discord.carletoncomputersciencesociety.ca"
><i class="fab fa-discord"></i
></a>
></a>
<a href="https://www.instagram.com/carletoncss/"
><i class="fab fa-instagram"></i
></a>
Expand Down

0 comments on commit a174169

Please sign in to comment.