Skip to content
Snippets Groups Projects
Commit d5fa741a authored by Jorik Schellekens's avatar Jorik Schellekens
Browse files

fix wrap on h1

parent 3372fccc
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment