diff --git a/website/static/css/custom.css b/website/static/css/custom.css index ca85039af..7ccba1cb1 100644 --- a/website/static/css/custom.css +++ b/website/static/css/custom.css @@ -3,6 +3,8 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * + * @format */ :root { @@ -222,21 +224,6 @@ h6 { align-self: center; } -.col h3 { - font-size: 28px; - font-weight: 300; - margin-bottom: 20px; - margin-top: 0; -} - -.col h4 { - margin: 0; - font-weight: 500; - font-size: 0.8em; - opacity: 0.7; - text-transform: uppercase; -} - .col p { opacity: 0.7; }