Skip to content

Commit

Permalink
Merge pull request #237 from lucianoratamero/main
Browse files Browse the repository at this point in the history
Diminui padding dos botões
  • Loading branch information
dunossauro authored Sep 6, 2024
2 parents d17a369 + 2fdfcd4 commit 4146870
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions aulas/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -1,30 +1,32 @@
.center {
display: block;
margin-left: auto;
margin-right: auto;
display: block;
margin-left: auto;
margin-right: auto;
}


div.mermaid {
text-align: center;
text-align: center;
}

.shadow {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.shadow-png {
filter: drop-shadow(3px 3px 3px #222);
}

.sbs {
/* side-by-side grid
/* side-by-side grid
img | text
or
text | img */
display: grid;
column-gap: 20px;
grid-template-columns: auto auto;
align-items: center;
display: grid;
column-gap: 20px;
grid-template-columns: auto auto;
align-items: center;
}

.md-typeset .md-button {
padding: 0.625rem 1.25rem;
}

0 comments on commit 4146870

Please sign in to comment.