make display headings responsive
This commit is contained in:
parent
a587aab215
commit
369fba837a
|
@ -84,3 +84,27 @@ li {
|
|||
.btn-outline-primary{
|
||||
border-color: #6695c4;
|
||||
}
|
||||
|
||||
/* --------------------RESPONSIVE DISPLAY HEADINGS--------------------------*/
|
||||
@media (max-width: 575.98px) {
|
||||
.display-1 {
|
||||
font-size: 3rem;
|
||||
font-weight: 300;
|
||||
line-height: 1.0;
|
||||
}
|
||||
.display-2 {
|
||||
font-size: 2.75rem;
|
||||
font-weight: 300;
|
||||
line-height: 1.0;
|
||||
}
|
||||
.display-3 {
|
||||
font-size: 2.25rem;
|
||||
font-weight: 300;
|
||||
line-height: 1.0;
|
||||
}
|
||||
.display-4 {
|
||||
font-size: 1.75rem;
|
||||
font-weight: 300;
|
||||
line-height: 1.0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue