Skip to content
Snippets Groups Projects
Commit 25978f51 authored by Olivia206's avatar Olivia206
Browse files

fixed categories list

parent 7db2edfd
No related branches found
No related tags found
No related merge requests found
......@@ -231,13 +231,7 @@
align-items: baseline
display: flex
justify-content: space-between
a:first-child, p:first-child
> .title
& + a
// & + p // Cas particulier
margin-left: $spacing1
// text-align: right // Cas particulier
// white-space: nowrap // Cas particulier
@mixin visually-hidden
clip: rect(0,0,0,0) !important
......
ul.categories
@include list-section
article
@include article
\ No newline at end of file
li
a:first-child
& + p
text-align: right
white-space: nowrap
\ No newline at end of file
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