JamVueSSRPOC/src/scss/trumps/_display.scss
Matthew Gaffen 4b77d0b8ca first commit
2019-08-14 19:09:08 +01:00

22 lines
185 B
SCSS

.hide{
display: none;
}
.fullwidth{
width: 100%;
}
img.fullwidth{
width: 100%;
height: auto;
display: block;
}
.floatleft{
float: left;
}
.floatright{
float: right;
}