refactor the refactoring

master
Ayush Mukherjee 4 years ago
parent 0a7f2ed090
commit 62865098d6

@ -164,14 +164,16 @@ main {
} }
.socials { .socials {
margin-top: 30px;
width: 100%; width: 100%;
height: 500px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
.socials-container { .socials-container {
margin-top: 30px;
max-width: 1100px;
width: 100%; width: 100%;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
@ -181,8 +183,8 @@ main {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
width: 300px; width: 350px;
height: 100px; height: 90px;
background: $tertiary; background: $tertiary;
border-radius: 5px; border-radius: 5px;
transition: box-shadow 0.2s linear; transition: box-shadow 0.2s linear;
@ -201,7 +203,7 @@ main {
&:hover { &:hover {
cursor: pointer; cursor: pointer;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
} }
} }

Loading…
Cancel
Save