mirror of
https://github.com/jannikmenzel/iFSR-Website.git
synced 2025-06-03 16:28:46 +02:00
removed card shortcode
This commit is contained in:
parent
56e2fd85ff
commit
fb2fa4e181
3 changed files with 4 additions and 10 deletions
|
@ -515,7 +515,10 @@ footer {
|
|||
|
||||
.nav-item:hover, .nav-item:active {
|
||||
background-color: var(--color-accent);
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
.nav-item:hover .nav-link, .nav-item:active .nav-link {
|
||||
color: var(--color-dark) !important;
|
||||
}
|
||||
|
||||
.dropdown-item-mobile {
|
||||
|
|
|
@ -34,11 +34,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* ========================
|
||||
cards
|
||||
======================== */
|
||||
|
||||
|
||||
/* ========================
|
||||
details
|
||||
======================== */
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
<div class="cards">
|
||||
<h2>{{ .Get "title" }}</h2>
|
||||
{{ .Inner | markdownify }}
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue