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 d92a805e authored by Julie Thezenas's avatar Julie Thezenas
Browse files

title in center

parent 187ccbec
No related branches found
No related tags found
No related merge requests found
......@@ -6,12 +6,6 @@
max-width: 100%;
}
// title
.category-text-title {
display: inline-flex;
align-items: baseline;
}
.categories-and-latest {
flex-direction: column;
}
......@@ -21,7 +15,9 @@
.topics,
.subcategories,
.category-description {
display: none;
// display: none;
display: inline-flex;
align-items: baseline;
}
......
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