Skip to content
Snippets Groups Projects
Commit dbceda1d authored by Christopher Ruwisch's avatar Christopher Ruwisch
Browse files

removed card / grid-item as display flex since mkdocs and css are quite a mess

parent 232b7f84
No related branches found
No related tags found
1 merge request!58[WEBPAGE] Update webpage appearance
Pipeline #1622124 waiting for manual action
......@@ -37,7 +37,7 @@ A _robust framework_ for designing, analyzing and optimizing aircraft based on a
<div class="grid-container" markdown="1">
<div class="grid-item card" markdown="1">
:octicons-rocket-16:{ .lg .accent } **Getting Started**
<!-- :material-clock-fast:{ .lg .primary } **Getting Started** -->
---
Learn how to set it up & install the prerequisites.
......
......@@ -116,10 +116,6 @@
text-align: left;
color: var(--text-color-hero); /* Text color for readability */
transition: transform 0.3s, box-shadow 0.3s;
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
......@@ -147,11 +143,8 @@
/* Link styling within cards */
.card a {
display: flex;
color: var(--text-color-hero);
font-weight: bold;
align-items: center;
justify-content: flex-start;
margin-top: auto;
padding-top: 1em;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment