Removed id and classes from a logo.
This commit is contained in:
parent
06961fc7c4
commit
775eef657e
@ -76,24 +76,23 @@ header {
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-between; }
|
justify-content: space-between; }
|
||||||
|
|
||||||
#logo {
|
header svg { width: 360px; }
|
||||||
display: block;
|
|
||||||
width: 360px; }
|
|
||||||
|
|
||||||
#logo text { fill: var(--text-color); }
|
header svg text { fill: var(--text-color); }
|
||||||
|
|
||||||
#logo .logo {
|
header svg text:first-child {
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
font-variant-caps: small-caps;
|
font-variant-caps: small-caps;
|
||||||
font-weight: bold; }
|
font-weight: bold; }
|
||||||
|
|
||||||
|
header svg text:last-child { font-size: .88rem; }
|
||||||
|
|
||||||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||||
#logo .logo { font-size: 2.082rem; } }
|
header svg text:first-child { font-size: 2.082rem; } }
|
||||||
|
|
||||||
@-moz-document url-prefix() {
|
@-moz-document url-prefix() {
|
||||||
#logo .logo { font-size: 2rem; } }
|
header svg text:first-child { font-size: 2rem; } }
|
||||||
|
|
||||||
#logo .under { font-size: .88rem; }
|
|
||||||
|
|
||||||
nav { margin-top: .5rem; }
|
nav { margin-top: .5rem; }
|
||||||
|
|
||||||
@ -206,7 +205,7 @@ footer {
|
|||||||
@media screen and (max-width: 640px) {
|
@media screen and (max-width: 640px) {
|
||||||
header { display: block; }
|
header { display: block; }
|
||||||
|
|
||||||
#logo {
|
header svg {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 100%; }
|
width: 100%; }
|
||||||
|
|
||||||
|
@ -13,9 +13,9 @@ html(lang='en')
|
|||||||
script(src='/assets/js/main.js' defer='')
|
script(src='/assets/js/main.js' defer='')
|
||||||
body
|
body
|
||||||
header
|
header
|
||||||
svg#logo(viewBox='0 -25 216 40')
|
svg(viewBox='0 -25 216 40')
|
||||||
text.logo Arav's dwelling
|
text Arav's dwelling
|
||||||
text.under(y='11') Welcome to my sacred place, wanderer
|
text(y='11') Welcome to my sacred place, wanderer
|
||||||
nav
|
nav
|
||||||
block nav
|
block nav
|
||||||
block content
|
block content
|
||||||
|
Loading…
Reference in New Issue
Block a user