@ -386,6 +386,30 @@ div#navigation a:active {
text-decoration : none ;
text-decoration : none ;
}
}
a # link-search {
text-decoration : none ;
}
a # nav-heart {
display : flex ;
align-self : baseline ;
}
a # nav-heart > img {
height : 24px ;
width : 24px ;
}
a # nav-heart > img {
filter : invert ( 23 % ) sepia ( 99 % ) saturate ( 2460 % ) hue-rotate ( 225deg ) brightness ( 82 % ) contrast ( 108 % ) ;
}
a # nav-heart > img : hover {
filter : none ;
}
/ * # home-top-div : after {
/ * # home-top-div : after {
content : "" ;
content : "" ;
position : absolute ;
position : absolute ;
@ -1126,6 +1150,7 @@ div#home-recent-grid, div#browsethearchive-grid, div#selfpublishedindex-grid, di
div . home-show-wrapper {
div . home-show-wrapper {
width : 100 % ;
width : 100 % ;
margin : 0px auto 60px auto ;
margin : 0px auto 60px auto ;
padding : 0px 8vw 0px 8vw ;
display : flex ;
display : flex ;
align-items : center ;
align-items : center ;
justify-content : center ;
justify-content : center ;
@ -2099,6 +2124,9 @@ div#tutorials-intro h3, div#tutorials-intro p {
color : var ( --black ) ;
color : var ( --black ) ;
}
}
# nav-support a {
}
div # animatedlogo img {
div # animatedlogo img {
width : 8 . 5vw ;
width : 8 . 5vw ;
min-width : 32px ;
min-width : 32px ;
@ -2278,5 +2306,9 @@ div#tutorials-intro h3, div#tutorials-intro p {
# home-recent-grid , # browsethearchive-grid , # selfpublishedindex-grid , # zinesindex-grid { grid-template-columns : repeat ( 6 , 1 fr ) ; }
# home-recent-grid , # browsethearchive-grid , # selfpublishedindex-grid , # zinesindex-grid { grid-template-columns : repeat ( 6 , 1 fr ) ; }
. artwork-relatedwrapper , . artwork-copieswrapper , . artwork-lists { grid-template-columns : repeat ( 6 , 1 fr ) ; }
. artwork-relatedwrapper , . artwork-copieswrapper , . artwork-lists { grid-template-columns : repeat ( 6 , 1 fr ) ; }
# footer-contact-form {
width : 100 % ;
max-width : 420px ;
}
}
}