Personal portfolio website created with bootstrap.
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.
 
 
 

44 lines
740 B

// Styling for the masthead
header.masthead {
padding-top: 100px;
padding-bottom: 50px;
text-align: center;
color: white;
background: $theme-success;
img {
display: block;
margin: 0 auto 20px;
}
.intro-text {
.name {
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 2em;
font-weight: 700;
display: block;
text-transform: uppercase;
}
.skills {
font-size: 1.25em;
font-weight: 300;
}
}
}
@media(min-width:768px) {
header.masthead {
padding-top: 200px;
padding-bottom: 100px;
.intro-text {
.name {
font-size: 4.75em;
}
.skills {
font-size: 1.75em;
}
}
}
}