Skip to content

Commit

Permalink
fix font size in explanation fields (champ Explication)
Browse files Browse the repository at this point in the history
  • Loading branch information
maatinito committed Oct 10, 2024
1 parent 506bd57 commit 2c90a97
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions app/assets/stylesheets/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@
@import "colors";
@import "placeholders";

.form { // kiki
.form { // pf
ul {
list-style-type: square;
list-style-position: outside;
// padding-left: 30px;
li {
font-size: 1rem;
line-height: 1.2rem;
margin: 0; //var(--text-spacing);
}
}

ul ul {
Expand All @@ -22,6 +26,7 @@

table {
width: 90%;
font-size: 1rem;
margin-left: auto;
margin-right: auto;
}
Expand Down

0 comments on commit 2c90a97

Please sign in to comment.