fix: remove side scroller

This commit is contained in:
RadoslavDimchev 2023-08-24 15:08:56 +03:00
parent 8cf30474dc
commit e5e72ecf67
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
/* LAYOUT RIGHT ELEMENT WITH IMAGE TAKING UP THE WHOLE HIGHT OF THE VIEWPORT */
.layout-right {
flex: 0 0 45%;
flex: 0 0 44.6%;
max-width: 45%;
z-index: 0;
}