Cleaning up CSS

This commit is contained in:
mathias 2015-02-16 01:24:12 +02:00
parent c1dbe29fb2
commit 950996dc05

View file

@ -98,18 +98,19 @@ a:focus {
}
.intro-text {
font-size: 16px;
font-size: 14px;
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
margin-top: 0;
margin-bottom: 30px;
margin-bottom: 12px;
}
.btn-circle {
width: 40px;
height: 40px;
line-height: 40px;
border: 2px solid #fff;
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
border: 1px solid #fff;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
@ -226,11 +227,16 @@ font-size: 21px;
}
.btn-circle {
font-size: 30px;
width: 60px;
height: 60px;
line-height: 60px;
border: 2px solid #fff;
}
.brand-heading {
font-size: 100px;
}
.intro-text {
font-size: 25px;
margin-bottom: 30px;
}
}