diff --git a/src/layouts/index.html b/src/layouts/index.html index 2f842b7..b19cba0 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -171,13 +171,16 @@
-
+

tea magic

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+
+ {{- partial "purple-btn-large.html" -}} +
-
+
@@ -267,7 +270,7 @@ .feature-terminal{ width: 100%; - height: auto; + height: 100%; border: 2px solid gray; background-color: #1a1a1a; border-radius: 10px; diff --git a/src/static/css/typography.css b/src/static/css/typography.css index 98b18ab..4a3c690 100644 --- a/src/static/css/typography.css +++ b/src/static/css/typography.css @@ -110,12 +110,6 @@ a:hover{ margin-bottom: 1.2vw; } - .lead{ - font-size: 1.5vw !important; - line-height: 2.3vw !important; - margin-bottom: 2.232vw; - } - } @media only screen and (min-width: 992px) and (max-width: 1200px) { @@ -156,12 +150,6 @@ a:hover{ margin-bottom: 1.2vw; } - .lead{ - font-size: 2vw !important; - line-height: 2.8vw !important; - margin-bottom: 2.232vw; - } - } @media only screen and (min-width: 768px) and (max-width: 992px) { @@ -200,11 +188,6 @@ a:hover{ line-height: 5vw; } - .lead{ - font-size: 2.419vw !important; - line-height: 3.5vw !important; - } - } @media only screen and (min-width: 576px) and (max-width: 768px){ @@ -238,12 +221,6 @@ a:hover{ line-height: 45px; } - .lead{ - font-size: 3.125vw !important; - line-height: 3.776vw !important; - margin-bottom: 40px; - } - } @media only screen and (max-width: 576px) { @@ -275,11 +252,6 @@ a:hover{ line-height: 9vw; } - .lead{ - font-size: 4.800vw !important; - line-height: 6vw !important; - } - a.nav-link.footer-link.small{ font-size: 3vw; padding-left: 0px !important;