tabs work

This commit is contained in:
2021-08-23 06:58:39 +01:00
parent 9ac2748d45
commit dd44c55616
12 changed files with 93 additions and 40 deletions

View File

@ -2,6 +2,8 @@ $section-padding: 1rem 0rem;
$section-padding-desktop: $section-padding;
$section-padding-large: $section-padding;
$gray: #707070;
@import "./bulma/bulma.sass";
.nav-tabs.tabs {
@ -31,3 +33,12 @@ $section-padding-large: $section-padding;
padding-left: 0px !important;
padding-top: 8em;
}
iframe {
padding-bottom: 1rem;
}
hr {
background-color: $gray;
height: 0.1rem;
}