main

mattermost/focalboard

Last updated at: 29/12/2023 09:52

h2.scss

TLDR

This file defines the styling for the H2 block component.

Classes

H2

This class defines the styling for the H2 block component. It sets the font size to 24 pixels and the font weight to 700.

.H2 {
    font-size: 24px;
    font-weight: 700;
}