Code optimization and fixes

This commit is contained in:
2020-02-14 12:37:35 +01:00
parent 29f6e7e645
commit 450de171e6
12 changed files with 61 additions and 38 deletions

View File

@@ -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;