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

fix education article details css

parent 595f2c9f
No related branches found
No related tags found
1 merge request!7fix education article details css
......@@ -161,6 +161,20 @@
.edu-art-details {
grid-column: 1 / span 3;
.details-list {
.detail {
display: flex;
gap: 20px;
justify-content: space-between;
padding: 10px 0;
border-bottom: 1px solid #ddd;
label {
font-weight: 600;
}
}
}
}
@media screen and (max-width: 1050px) {
......
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