all repos — aaoth.xyz @ 5ede384d9e67865ddd7a76dc8bf677d0ee90ddc4

aaoth.xyz website

remove unnecessary css and alts
la-ninpre leobrekalini@gmail.com
Sat, 20 Nov 2021 01:45:56 +0300
commit

5ede384d9e67865ddd7a76dc8bf677d0ee90ddc4

parent

79a4e6c60f2a6b6b69f464a6c83f83e42e5ea510

2 files changed, 1 insertions(+), 9 deletions(-)

jump to
M _includes/music-projects-list.html_includes/music-projects-list.html

@@ -12,8 +12,7 @@ <em>({{ project.roles | split: " " | join: ", "}})</em>

{%- endif -%} </a> <div class="music-project-list-item-img"> - <img src="/art/logos/thumbs/{{ project.logo }}_thumb.png" - alt="{{ project.title }} logo"> + <img src="/art/logos/thumbs/{{ project.logo }}_thumb.png" alt=""> </div> </li> {% endfor %}
M _sass/main.scss_sass/main.scss

@@ -279,13 +279,6 @@ position: relative;

width: $width; height: $height; - - &::after { - content: ""; - display: block; - padding-bottom: 100%; - } - img { position: absolute; width: 100%;