Skip to content

Commit

Permalink
WIP responsive CSS
Browse files Browse the repository at this point in the history
not quite working, but breapoint now honoured again
  • Loading branch information
osfameron committed Jul 8, 2024
1 parent ce64bb6 commit 03d664f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/css/landing-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -291,13 +291,13 @@
padding: 2em 1.25em;
}

.doc.landing-page-capella .tabpanel > .text-tabs-container {
.doc.landing-page-capella .tabs.responsive .tabpanel {
flex-direction: column;
padding: 2rem 4rem 2rem 1rem;
width: 50%;
}

.doc.landing-page-capella .tabpanel > .text-tabs-container > .paragraph > p > a {
.doc.landing-page-capella .tabs.responsive .tabpanel .paragraph > p > a {
font-weight: var(--weight-semibold);
}

Expand Down Expand Up @@ -386,7 +386,7 @@
display: block;
}

.doc.landing-page-capella .tabpanel > .text-tabs-container {
.doc.landing-page-capella .tabs.responsive .tabpanel {
flex-direction: column;
width: 100%;
}
Expand Down Expand Up @@ -415,7 +415,7 @@
display: block;
}

.doc.landing-page-capella .tabpanel > .text-tabs-container {
.doc.landing-page-capella .tabs.responsive .tabpanel {
flex-direction: column;
width: 100%;
}
Expand Down Expand Up @@ -445,7 +445,7 @@
padding: 2em 1.25em;
}

.doc.landing-page-capella .tabpanel > .text-tabs-container {
.doc.landing-page-capella .tabs.responsive .tabpanel {
flex-direction: column;
width: 100%;
}
Expand All @@ -464,7 +464,7 @@
}

@media screen and (min-width: 1700px) {
.doc.landing-page-capella .tabpanel > .text-tabs-container {
.doc.landing-page-capella .tabs.responsive .tabpanel {
width: 50%;
}

Expand Down

0 comments on commit 03d664f

Please sign in to comment.