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

education article details css

parent d4b5e34a
No related branches found
No related tags found
1 merge request!8education article details css
......@@ -162,16 +162,23 @@
.edu-art-details {
grid-column: 1 / span 3;
h2 {
font-size: 18px;
color: $light_2;
margin: 5px 0;
}
.details-list {
.detail {
display: flex;
gap: 20px;
justify-content: space-between;
padding: 10px 0;
border-bottom: 1px solid #ddd;
padding: 6px 0;
border-bottom: 1px solid $light_0;
label {
font-weight: 600;
color: $dark_3;
}
}
}
......
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