fix wrap on h1
This commit is contained in:
parent
3372fccc0a
commit
d5fa741a05
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
@import "color-scheme";
|
||||
@import 'color-scheme';
|
||||
|
||||
// CSS reset
|
||||
|
||||
@ -47,6 +47,7 @@ h1 {
|
||||
font-size: 24px;
|
||||
line-height: 32px;
|
||||
text-align: center;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
a {
|
||||
|
Loading…
Reference in New Issue
Block a user