1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

basic header styling

This commit is contained in:
Kyle Spearrin
2017-10-27 22:40:09 -04:00
parent 34614792af
commit 5bd0f52312

View File

@@ -24,6 +24,28 @@
body { body {
padding: 50px 0; padding: 50px 0;
} }
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
}
h1 {
font-size: 32px;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 14px;
font-weight: bold;
}
</style> </style>
</head> </head>
<body> <body>