mirror of https://github.com/sualko/cloud_bbb
11 lines
96 B
SCSS
11 lines
96 B
SCSS
|
.bbb {
|
||
|
h2 {
|
||
|
font-size: 2em;
|
||
|
margin-bottom: 1em;
|
||
|
}
|
||
|
|
||
|
h3 {
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
}
|