remove unnecessary css and alts
la-ninpre leobrekalini@gmail.com
Sat, 20 Nov 2021 01:45:56 +0300
2 files changed,
1 insertions(+),
9 deletions(-)
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%;