@@ -61,18 +61,19 @@ a {
#menu {
position: absolute;
bottom: 50px;
- left: 100px;
width: 100%;
text-align: center;
}
#menu.menuRight{
display: flex;
+ right: 100px;
/* padding: 0 100px; */
flex-direction: row-reverse;
#menu.menuLeft{
- padding: 0 100px;
+ left: 100px;
+ /* padding: 0 100px; */
.bss {
height: 100vh;