22 lines
185 B
SCSS
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;
|
|
}
|