3
0
mirror of https://git.coop/cotech/website.git synced 2025-12-20 21:07:33 +00:00

Fix up the domains.coop page

I'm not sure if this page is still relevant, but to avoid breaking
anything I've made it look *ok* with the new styles.
This commit is contained in:
Chris Lowis
2025-12-16 15:35:36 +00:00
parent c5a16740d8
commit ff2441b7b8
3 changed files with 53 additions and 25 deletions

View File

@ -181,6 +181,10 @@ section, footer, header {
margin-right: auto;
}
.w-full {
width: 100%;
}
.box {
background: linear-gradient(180deg, rgba(45, 169, 215, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
border: 1px solid var(--cotech-dark-grey);