Some fixes on css

This commit is contained in:
Damien Broqua 2022-02-23 08:41:30 +01:00
parent e2f4ddeb5a
commit c02d5e9ebd
12 changed files with 152 additions and 120 deletions

View file

@ -13,17 +13,6 @@
font-style: normal;
}
@font-face {
font-family: 'icon';
src: url('/font/icon.eot?52730206');
src: url('/font/icon.eot?52730206#iefix') format('embedded-opentype'),
url('/font/icon.woff?52730206') format('woff'),
url('/font/icon.ttf?52730206') format('truetype'),
url('/font/icon.svg?52730206#icon') format('svg');
font-weight: normal;
font-style: normal;
}
html {
min-height: 100vh;
@ -45,6 +34,10 @@ html {
color: #485fc7;
cursor: pointer;
}
h1 {
margin-top: 2rem;
}
}
}