Skip to content
Snippets Groups Projects
Commit 05082a2d authored by Yoan VALLET's avatar Yoan VALLET
Browse files

Merge branch 'fix/design-for-desktop' into 'dev'

Fix/design for desktop

See merge request web-et-numerique/llle_project/ecolyo!529
parents a5c5d530 684fbc17
Branches
Tags
2 merge requests!530chore(release): 1.6.4,!529Fix/design for desktop
...@@ -3,10 +3,11 @@ ...@@ -3,10 +3,11 @@
.content-view { .content-view {
position: relative; position: relative;
height: 100%; height: inherit;
margin-top: 116px; margin-top: 116px;
background-color: $default-background; background-color: $default-background;
@media #{$large-phone} { @media #{$large-phone} {
margin-top: 0; margin-top: 0;
height: 100%;
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment