@import "../../styles/theme"; .HomePageMenu { /*border: 1px solid green;*/ min-width: 20rem; width: 50%; display: grid; grid-template-columns: auto auto; } .HomePageMenu .menuItem { text-align: center; text-decoration: none; font-size: $fontSize2; color: $defFG; } .HomePageMenu .menuItem:hover { color: $altFG; } .InvoiceInfoMenu { width: 60%; } .PDFViewer { height: 95%; width: 95%; position: fixed; top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: 3; }