You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
431 B
32 lines
431 B
.landing {
|
|
background: #f4f5f6;
|
|
margin-top: 6rem;
|
|
|
|
.container {
|
|
padding: 7rem 3rem;
|
|
}
|
|
|
|
.profile {
|
|
height: 10rem;
|
|
width: 10rem;
|
|
margin: auto;
|
|
margin-bottom: 3rem;
|
|
display: block;
|
|
}
|
|
|
|
text-align: center;
|
|
font-family: "Raleway";
|
|
|
|
.title {
|
|
font-size: 4rem;
|
|
display: block;
|
|
}
|
|
|
|
.subtitle {
|
|
margin-top: 2rem;
|
|
margin-bottom: 4rem;
|
|
display: block;
|
|
font-size: 2rem;
|
|
}
|
|
}
|