simplify some css selectors

(by adding more classes & ids :( )
This commit is contained in:
Rhiannon Morris 2020-08-04 18:58:40 +02:00
parent f312230110
commit 8d2422ad5b
7 changed files with 53 additions and 53 deletions

View file

@ -11,17 +11,17 @@ body {
width: 37.5em;
}
header h1::before, header h1::after {
#title::before, #title::after {
display: inline-block;
}
header h1::before {
#title::before {
content: url(../niss.svg);
padding-right: 0.15em;
height: 1em;
width: 1em;
vertical-align: -0.2em;
}
header h1::after {
#title::after {
content: url(../niss_tongue.svg);
padding-left: 0.15em;
height: 1.05em;