Skip to content

Commit

Permalink
отступы
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcom committed Oct 7, 2023
1 parent 556e7c6 commit 09ce6c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/webapp/sass/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ a img { border: none; }
#bd .btn {
display: inline-block;
text-align: center;
padding: 6px 12px;
padding: 0.3em 0.6em;
vertical-align: middle;
cursor: pointer;
white-space: nowrap;
Expand Down
4 changes: 2 additions & 2 deletions src/main/webapp/sass/tango/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ h1,h2,h3,h4,h5,h6 {

#bd h1,h2 {
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-bottom: 0.3em;
}

#bd .messages h2 {
Expand Down Expand Up @@ -98,7 +98,7 @@ p {
}

#bd ul, #bd ol {
margin-top: 1em;
margin-top: 0.5em;
margin-bottom: 1em;
}

Expand Down

0 comments on commit 09ce6c3

Please sign in to comment.