Skip to content
Snippets Groups Projects
Commit 0dc34792 authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

Merge branch '597-fix-orientation-structure-list-on-small-screens' into 'dev'

597-fix-orientation-structure-list-on-small-screens

See merge request !878
parents 10c43260 150ffa41
No related branches found
No related tags found
2 merge requests!907V3.2.0,!878597-fix-orientation-structure-list-on-small-screens
......@@ -12,6 +12,13 @@
align-items: center;
transition: all 0.2s ease-in-out;
&.orientation {
@media #{$phone} {
flex-direction: column;
align-items: flex-start;
}
}
&.interactive {
cursor: pointer;
&:hover {
......
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