slic-starter
Version:
A complete serverless starter application
34 lines (29 loc) • 565 B
CSS
html {
height: 100%;
}
body {
height: 100%;
min-height: 100%;
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#root {
height: 100%;
}
.logged-out-menuBar {
width: 100%;
position: fixed;
top: 0;
overflow: hidden;
}
.MenuLink1 .MenuLink2 ul,
li {
list-style: none;
text-decoration: none;
display: inline-block;
}