Skip to content

Commit

Permalink
Merge pull request #8 from ramoncordini/fix-page-about-anchor
Browse files Browse the repository at this point in the history
Fix page about anchor
  • Loading branch information
ramoncordini authored Nov 13, 2024
2 parents bcfff32 + 5586374 commit 26fd56d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions css/bootstrap.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bootstrap.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions versions/1.0.0/dist/css/bootstrap.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion versions/1.0.0/dist/css/bootstrap.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions versions/1.0.0/src/common/scss/_components/_form-control.scss
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,8 @@
// stylelint-disable selector-no-qualifying-type
textarea {
&.form-control {
min-height: $input-height;
height: $input-height;
min-height: 5rem;
height: 5rem;
}

&.form-control-sm {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ul.scielo__menu-contexto,
.bd-example h5,
.bd-example h4{
margin-top: 3rem;
scroll-margin-top: 5.625rem;
}
.bd-example hr{
margin-top: 3rem;
Expand Down

0 comments on commit 26fd56d

Please sign in to comment.