hackspace/mhackspace/static/sass/components/_header.scss

18 lines
253 B
SCSS
Executable File

#navbar-logo {
width: 48px;
height: 48px;
transition: transform .8s ease-in-out;
&:hover{
transform: rotate(360deg);
}
}
body {
position:static !important;
max-width: 100%;
}
.collapse.show.span-table {
display: table-cell
}