refactor about section

master
Ayush Mukherjee 4 years ago
parent c67689305d
commit a742c6e4b4

@ -60,16 +60,16 @@ main {
width: 100%; width: 100%;
margin-top: 150px; margin-top: 150px;
display: flex; display: flex;
flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
.profile { .profile {
background: white; background: white;
max-width: 300px; max-width: 200px;
margin-right: 40px; margin-bottom: 40px;
border: 4px solid $quaternary;
border-radius: 50%; border-radius: 50%;
box-shadow: 0 3px 10px rgba($secondary, 20%); box-shadow: 0 3px 10px rgba(black, 0.2);
img { img {
width: 100%; width: 100%;
@ -77,19 +77,18 @@ main {
} }
.content { .content {
max-width: 600px; max-width: 1000px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
.heading { .heading {
span { span {
color: $primary; font-size: $font-hero;
font-size: $font-heading;
font-weight: $font-bold; font-weight: $font-bold;
} }
} }
.body {
margin: 30px 0;
}
} }
} }

Loading…
Cancel
Save