simplify some css selectors
(by adding more classes & ids :( )
This commit is contained in:
parent
f312230110
commit
8d2422ad5b
7 changed files with 53 additions and 53 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue