Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit ab67bf7d authored by Pierre Jarriges's avatar Pierre Jarriges
Browse files

Merge branch 'dev' into 'master'

fix list margin education page

See merge request !14
parents 0a40115e b89655b4
No related branches found
No related tags found
No related merge requests found
......@@ -90,10 +90,6 @@
display: grid;
grid-template-columns: auto 1fr auto;
gap: 10px 30px;
ul {
list-style-type: unset;
margin-left: 30px;
}
.edu-art-image {
padding: 20px;
......@@ -128,6 +124,10 @@
grid-column: 2;
text-align: justify;
margin: 10px;
ul {
list-style-type: unset;
margin-left: 30px;
}
}
.edu-art-carousel {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment