Fix footer and news min-width
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
padding-top: 65px;
|
padding-top: 65px;
|
||||||
border-top: solid 1px $background-light;
|
border-top: solid 1px $background-light;
|
||||||
margin-bottom: 95px;
|
margin-bottom: 95px;
|
||||||
|
min-width: 320px;
|
||||||
|
|
||||||
&__about {
|
&__about {
|
||||||
&__description {
|
&__description {
|
||||||
|
|||||||
1
src/scss/_news.scss
Normal file → Executable file
1
src/scss/_news.scss
Normal file → Executable file
@@ -1,5 +1,6 @@
|
|||||||
.news {
|
.news {
|
||||||
padding-top: 70px;
|
padding-top: 70px;
|
||||||
|
min-width: 320px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.news__title {
|
.news__title {
|
||||||
|
|||||||
Reference in New Issue
Block a user