personal-website/themes/custom/assets/css/custom.css

43 lines
698 B
CSS
Raw Normal View History

2021-03-18 22:08:18 +00:00
/**************** BODY ********************/
2018-11-04 22:29:26 +00:00
body {
font-size:1.1em;
}
2018-03-23 01:29:34 +00:00
/**************** NAV ********************/
2018-11-04 22:29:26 +00:00
.navbar-nav .nav-link {
font-size: 1.2em;
}
.navbar-brand {
font-size: 1.7em;
2018-03-23 01:29:34 +00:00
}
2018-11-04 22:29:26 +00:00
.dropdown-item {
font-size: 1.2em;
2018-03-23 01:29:34 +00:00
}
2019-03-28 15:49:44 +00:00
/* --------------------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;
}
}