Code optimization and fixes
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
&__left {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-bottom: 32px;
|
||||
margin-bottom: 40px;
|
||||
|
||||
@include breakpoint (sm) {
|
||||
margin: 0;
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
// Instagram
|
||||
.instagram {
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 32px;
|
||||
|
||||
@include breakpoint (sm) {
|
||||
margin: 0 40px 0 0;
|
||||
@@ -72,7 +72,7 @@
|
||||
|
||||
img {
|
||||
display: inline-block;
|
||||
margin: 12px 0 0 12px;
|
||||
margin: 8px 0 0 12px;
|
||||
|
||||
@include breakpoint (sm) {
|
||||
margin-left: 16px;
|
||||
|
||||
Reference in New Issue
Block a user