Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • SnejUgal/snejugal.ru
1 result
Show changes
Commits on Source (2)
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"scripts": { "scripts": {
"start": "set NODE_ENV=development&& npx webpack-dev-server", "start": "set NODE_ENV=development&& npx webpack-dev-server",
"build": "npx webpack" "build": "rmdir build /S /Q > NUL & npx webpack"
}, },
"author": "SnejUgal <contact@snejugal.ru> (snejugal.ru)", "author": "SnejUgal <contact@snejugal.ru> (snejugal.ru)",
"license": "MIT", "license": "MIT",
......
...@@ -22,9 +22,9 @@ ...@@ -22,9 +22,9 @@
<a class="header_social" href="//t.me/snejugal"> <a class="header_social" href="//t.me/snejugal">
<img class="header_icon" src="./social/telegram.svg" alt="Telegram"/> <img class="header_icon" src="./social/telegram.svg" alt="Telegram"/>
</a> </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"/> <img class="header_icon" src="./social/twitter.svg" alt="Twitter"/>
</a> </a> -->
<a class="header_social" href="//vk.me/snejugal"> <a class="header_social" href="//vk.me/snejugal">
<img class="header_icon" src="./social/vk.svg" alt="VK"/> <img class="header_icon" src="./social/vk.svg" alt="VK"/>
</a> </a>
......
...@@ -185,7 +185,7 @@ body { ...@@ -185,7 +185,7 @@ body {
&_socials { &_socials {
display: grid; display: grid;
grid-template-columns: repeat(4, var(--tileSize)); grid-template-columns: repeat(auto-fit, var(--tileSize));
} }
&_social { &_social {
......