max-width 768 type and button base styles
This commit is contained in:
parent
9a7605ac7b
commit
a405bd0af0
|
@ -69,6 +69,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.outline-btn, .terra-btn{
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
//animation on header main nav link hover
|
||||
/*.li-under a::after {
|
||||
position: absolute;
|
||||
|
|
|
@ -534,6 +534,35 @@ body.page-home {
|
|||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
h2{
|
||||
margin-bottom: 40px;
|
||||
font-size: 32px;
|
||||
line-height: 32px;
|
||||
letter-spacing: 2px;
|
||||
text-transform: uppercase;
|
||||
font-weight: regular;
|
||||
}
|
||||
|
||||
h3{
|
||||
margin-bottom: 10px;
|
||||
font-size: 16px;
|
||||
line-height: 1.2;
|
||||
letter-spacing: 1px;
|
||||
text-transform: uppercase;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
p{
|
||||
font-size: 14px;
|
||||
line-height: 1.4;
|
||||
font-weight: 300;
|
||||
letter-spacing: .3px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
p.lead{
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
#demos{
|
||||
.explantion {
|
||||
|
|
Loading…
Reference in New Issue