Skip to content

Commit

Permalink
Fix: corrigido o margin scroll top da pagina about para que o header …
Browse files Browse the repository at this point in the history
…fixo nao fique sobre o título da seção ao se navegar pelo menu lateral.
  • Loading branch information
ramoncordini committed Nov 13, 2024
1 parent 460612a commit 5586374
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.

2 changes: 1 addition & 1 deletion 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

0 comments on commit 5586374

Please sign in to comment.