mirror of
https://github.com/Rushilwiz/tj2023.git
synced 2025-04-20 12:00:17 -04:00
Merge branch 'master' of github.com:Rushilwiz/tj2023
This commit is contained in:
commit
8be4a510e5
|
@ -15,7 +15,7 @@ html {
|
||||||
|
|
||||||
.card-img-top {
|
.card-img-top {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 12vw;
|
height: auto;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,8 +38,8 @@
|
||||||
Council
|
Council
|
||||||
</a>
|
</a>
|
||||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdown">
|
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdown">
|
||||||
<a class="dropdown-item" href="{% url 'council' %}">About Us</a>
|
<a class="dropdown-item" href="{% url 'council' %}">About us</a>
|
||||||
<a class="dropdown-item" href="{% url 'notes' %}">Our Meetings</a>
|
<a class="dropdown-item" href="https://www.notion.so/October-30th-8A-decision-meetings-b7e749c7bd2f4a528e2738c6fba35c69">Our Meetings</a>
|
||||||
<!-- <div class="dropdown-divider"></div>
|
<!-- <div class="dropdown-divider"></div>
|
||||||
<a class="dropdown-item" href="{% url 'contact' %}">Contact Us</a> -->
|
<a class="dropdown-item" href="{% url 'contact' %}">Contact Us</a> -->
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user