padings added

This commit is contained in:
Kakabay 2023-01-31 16:31:34 +05:00
parent c919b74911
commit 47d32113f4
3 changed files with 7 additions and 0 deletions

3
src/styles/_main.scss Normal file
View File

@ -0,0 +1,3 @@
.main {
padding-top: 5.6rem;
}

View File

@ -1,3 +1,6 @@
.news-article {
padding-top: 5.6rem;
}
.news-article-inner {
display: grid;
grid-template-columns: 2fr 1fr;

View File

@ -2,6 +2,7 @@
@import './mixins';
@import './general';
@import './nav';
@import './main';
@import './videos';
@import './section-title';
@import './footer';