1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-01 06:50:26 +02:00

Add padding around container

This commit is contained in:
Kamran Ahmed
2019-11-29 18:13:19 +04:00
parent ad40b8bad4
commit 2b7350b5ab

View File

@@ -1,6 +1,11 @@
@import '~bootstrap/dist/css/bootstrap.min.css';
@import '~prism-themes/themes/prism-vs.css';
.container {
padding-left: 20px;
padding-right: 20px;
}
.container-small {
max-width: 800px;
}