main

mattermost/focalboard

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

h1.scss

TLDR

This file defines the styling for the H1 block component.

Classes

H1

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

.H1 {
    font-size: 32px;
    font-weight: 700;
}