diff --git a/public/static/li.html b/public/static/li.html deleted file mode 100644 index 8a4b2792e343d4f54f5be8372116cd70a4c60f9c..0000000000000000000000000000000000000000 --- a/public/static/li.html +++ /dev/null @@ -1,16 +0,0 @@ -<html> - <head> - <meta content="no-cache"> - <style> - body { - display: flex; - flex-direction: column; - align-items: center; - } - </style> - </head> - <body> - <script src="https://platform.linkedin.com/in.js" type="text/javascript"> lang: en_US</script> - <script type="IN/FollowCompany" data-id="64676130" data-counter="right"></script> - </body> -</html> \ No newline at end of file diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 081d3dc73e5a6aa7bf72255cd992e556c8b47b88..de8a3716ec27ae0ec52811347b0107b839f2f90e 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -2,7 +2,7 @@ <footer class="footer dark py-5"> <div class="container py-5"> <div class="row text-left"> - <div class="col-xl-3 col-sm-6 text-center text-sm-left"> + <div class="col-xl-3 col-md-4 col-sm-6 text-center text-sm-left"> <PlatformOneWordMarkLogo /> <div class="my-4"> <a @@ -22,7 +22,7 @@ </div> </div> <div - class="col-xl-2 col-sm-6 order-xl-3 mt-4 mt-sm-0 text-center text-sm-right" + class="col-xl-2 col-md-8 col-sm-6 order-xl-3 mt-4 mt-sm-0 text-center text-md-left" > <a id="af-logo" class="" href="https://www.af.mil/" target="_blank"> <AirForceLogo /> @@ -117,7 +117,7 @@ export default { #af-logo { svg { - width: 160px; + width: 120px; } &:hover { svg path { diff --git a/src/scss/custom.scss b/src/scss/custom.scss index 8baadcd016795baccf156d8ee4c9d16f1ca41737..117483216caa192ae2576dbe1912353bc254ffe1 100644 --- a/src/scss/custom.scss +++ b/src/scss/custom.scss @@ -12,10 +12,6 @@ html { } // General style overrides and custom classes -body { - margin: 0; -} - body { font-family: "Open Sans"; -webkit-font-smoothing: antialiased; @@ -27,6 +23,7 @@ body { font-size: 1rem; text-align: center; color: $text-color; + margin: 0; a { text-decoration: none;