feat: making a draft, a peer-reviewed first page

This commit is contained in:
Ignat Karelov
2026-04-23 15:09:43 +03:00
parent 4cb4b9fbf3
commit acb1eb5ec5
13 changed files with 6095 additions and 11 deletions

17
assets/scss/_mixin.scss Normal file
View File

@@ -0,0 +1,17 @@
@use "vars" as *;
@mixin container{
width: 100%;
max-width: $container;
margin: 0 auto;
@media only screen and (max-width: 1400px){
padding: 0 20px;
}
}
@mixin image{
width: 100%;
height: 100%;
object-fit: contain;
}