mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-29 14:35:45 +00:00
Test jekyll
This commit is contained in:
parent
f8df8078df
commit
7b3f12a9cb
8 changed files with 633 additions and 1 deletions
44
style.scss
Normal file
44
style.scss
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
---
|
||||
---
|
||||
@import 'reset.scss';
|
||||
@import 'phb.fonts.scss';
|
||||
@import 'phb.assets.scss';
|
||||
@import 'phb.depricated.scss';
|
||||
@import 'phb.style.scss';
|
||||
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue