fix: style components to add responsivity
This commit is contained in:
11
components/Current/Blocks/blocks.module.css
Normal file
11
components/Current/Blocks/blocks.module.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.wrapper {
|
||||
background-color: #fff;
|
||||
padding: 20px 10px 5px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 740px) {
|
||||
.wrapper {
|
||||
padding:20px 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user