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 b89655b4 authored by Pierre Jarriges's avatar Pierre Jarriges
Browse files

fix list margin education page

parent 1a0f020f
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