h1 and h2 get a usable design
This commit is contained in:
parent
db652d24d6
commit
800e2ac979
1 changed files with 11 additions and 1 deletions
|
|
@ -270,9 +270,19 @@ a.black
|
|||
{
|
||||
h1
|
||||
{
|
||||
margin-bottom: 0;
|
||||
// margin-bottom: 0;
|
||||
font-size: 150%;
|
||||
font-weight: normal;
|
||||
margin: 0 0 0.2rem 0;
|
||||
}
|
||||
|
||||
h2
|
||||
{
|
||||
font-size: 150%;
|
||||
font-weight: normal;
|
||||
margin: 0 0 0.2rem 0;
|
||||
color: #808080;
|
||||
}
|
||||
|
||||
/* Description of a screenshot (e.g. the situation when the screenshot was taken) */
|
||||
.imgcaption
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue