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 11, 2024
1 parent 506bd57 commit fb81ebb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions app/assets/stylesheets/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
@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 +27,7 @@

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

0 comments on commit fb81ebb

Please sign in to comment.