Feat(UI): Home page styles improved.

This commit is contained in:
2025-08-01 14:28:24 +01:00
parent 985233b699
commit adc2a40ba5
7 changed files with 13 additions and 7 deletions

View File

@@ -337,6 +337,7 @@ section.cta-2 .button {
}
section.cta-2 .card {
background-color: transparent;
margin: 1vh auto;
}
section.cta-2 .card .container {
background-color: var(--colour-page-background);

File diff suppressed because one or more lines are too long

View File

@@ -593,7 +593,7 @@ table div {
flex-wrap: wrap;
max-width: calc(1vw * 100 - 1vh * 35);
align-items: center;
margin: 1vh 1vw;
margin: 0.5vh 0.5vw;
}
.nav-links a {
text-decoration: none;
@@ -602,6 +602,8 @@ table div {
align-content: center;
font-size: 1.2rem;
width: fit-content;
padding: 0.5vh 0.5vw;
border-radius: 0.5vh;
}
.nav-links a.button {
color: var(--colour-text-background);

File diff suppressed because one or more lines are too long