Skip to content

Commit

Permalink
make small layout changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bmlancien committed Sep 20, 2024
1 parent 5b20171 commit edd78d1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion base/static/css/bootstrap.min.css

Large diffs are not rendered by default.

17 changes: 10 additions & 7 deletions theming/scss/layouts/_ontology.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
@use '../base/' as *;

.main .content .content__container:has(.ontology) {
max-width: $C--container-width;
@extend .justify-content-center;
}

.main .content .ontology {
width: 100%;
max-width: 53.75rem;
Expand Down Expand Up @@ -46,15 +51,10 @@
&__features {
@extend .container;
@extend .px-4;
@extend .pt-5;
@extend .pb-2;
@extend .pt-4;
@extend .mb-5;
@extend .bg-light;

@include media-breakpoint-down(md) {
padding-top: 2rem !important;
}

&-row {
@extend .row;
}
Expand Down Expand Up @@ -118,9 +118,12 @@
@extend .border;
@extend .rounded;
margin-top: 6rem !important;
width: 20rem;
background-color: #FFF;

@include media-breakpoint-down(md) {
margin-top: 2rem !important;
}

&__section {
@extend .pt-2;
@extend .pb-3;
Expand Down

0 comments on commit edd78d1

Please sign in to comment.