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

22 lines
257 B
SCSS

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