We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c2e394 + dc8ec44 commit ff5cbccCopy full SHA for ff5cbcc
_sass/components/_containers.scss
@@ -1,8 +1,6 @@
1
-.article {
2
-}
3
.container {
4
- padding-right: 15px;
5
- padding-left: 15px;
+ padding-right: 1em;
+ padding-left: 1em;
6
}
7
.content {
8
margin-right: auto;
_sass/components/_navbar.scss
@@ -18,7 +18,7 @@
18
.navbar-brand:focus {
19
text-decoration: none;
20
21
- .mobile-clearfix {
+ .mobile-clearfix {
22
@media (max-width: 768px) {
23
clear: both;
24
0 commit comments