Add padding around container
This commit is contained in:
@ -1,6 +1,11 @@
|
|||||||
@import '~bootstrap/dist/css/bootstrap.min.css';
|
@import '~bootstrap/dist/css/bootstrap.min.css';
|
||||||
@import '~prism-themes/themes/prism-vs.css';
|
@import '~prism-themes/themes/prism-vs.css';
|
||||||
|
|
||||||
|
.container {
|
||||||
|
padding-left: 20px;
|
||||||
|
padding-right: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.container-small {
|
.container-small {
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user