Skip to content
Snippets Groups Projects
Commit d41e4a01 authored by SnejUgal's avatar SnejUgal
Browse files

Remove Twitter from socials

parent 2d04e9ac
No related branches found
No related tags found
No related merge requests found
......@@ -22,9 +22,9 @@
<a class="header_social" href="//t.me/snejugal">
<img class="header_icon" src="./social/telegram.svg" alt="Telegram"/>
</a>
<a class="header_social" href="//twitter.com/snejugal">
<!-- <a class="header_social" href="//twitter.com/snejugal">
<img class="header_icon" src="./social/twitter.svg" alt="Twitter"/>
</a>
</a> -->
<a class="header_social" href="//vk.me/snejugal">
<img class="header_icon" src="./social/vk.svg" alt="VK"/>
</a>
......
......@@ -185,7 +185,7 @@ body {
&_socials {
display: grid;
grid-template-columns: repeat(4, var(--tileSize));
grid-template-columns: repeat(auto-fit, var(--tileSize));
}
&_social {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment