changes working
This commit is contained in:
38
sample-hugo-template/Tech-Club-Blog/assets/scss/section.scss
Normal file
38
sample-hugo-template/Tech-Club-Blog/assets/scss/section.scss
Normal file
@@ -0,0 +1,38 @@
|
||||
.section{
|
||||
width: 100%;
|
||||
max-width: 1220px;
|
||||
margin: 0 auto;
|
||||
padding: 0 4rem;
|
||||
|
||||
/*DESKTOP*/
|
||||
@media screen and (max-width: 1070px){
|
||||
max-width: 850px;
|
||||
}
|
||||
|
||||
/*PHABLET*/
|
||||
@media screen and (max-width: 540px){
|
||||
max-width: 100%;
|
||||
padding: 2rem;;
|
||||
}
|
||||
|
||||
p{
|
||||
/*TABLET*/
|
||||
@media screen and (max-width: 735px){
|
||||
padding: 0 4rem;
|
||||
max-width: 567px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
.narrow{
|
||||
p{
|
||||
/*TABLET*/
|
||||
@media screen and (max-width: 735px){
|
||||
padding: 0 2rem;
|
||||
max-width: 527px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user