1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-28 22:15:37 +00:00

Update style.scss

This commit is contained in:
Yan Maniez 2020-03-23 22:07:44 +01:00
parent 0cb3792876
commit e8ad4c68a7

View file

@ -1,39 +1 @@
---
---
@import 'phb.standalone.css';
.phb {
overflow: scroll !important;
height: auto !important;
width: auto !important;
font-size: 1em !important;
padding: 1em 3em;
min-height: 100vh;
h1 {
font-size: 300%;
}
h2 {
font-size: 175%;
}
p + h2,
ul + h2,
ol + h2 {
margin-top: 1em;
}
h3 {
font-size: 150%;
}
h4,h5 {
font-size: 125%;
}
}
#banner {
background: black;
color:white;
padding: 1em 3em;
}