11 lines
136 B
SCSS
11 lines
136 B
SCSS
|
.data-heading {
|
||
|
margin-bottom: 0;
|
||
|
font-weight: bold;
|
||
|
font-size: 1.1em;
|
||
|
}
|
||
|
|
||
|
.data-header-preview {
|
||
|
height: auto;
|
||
|
width: 100%;
|
||
|
}
|