Fixing pannel size

This commit is contained in:
Zoe Roux 2020-09-20 14:59:47 +02:00
parent 8ac458c79b
commit 24399d84f9

View File

@ -97,12 +97,22 @@ button
::ng-deep .big-panel
{
width: 50vw !important;
width: 80vw !important;
max-width: none !important;
margin-left: -20vw;
margin-right: -20vw;
overflow-x: hidden;
@include media-breakpoint-up(sm)
{
width: 70vw !important;
}
@include media-breakpoint-up(md)
{
width: 50vw !important;
}
> div
{
text-align: center;