UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 25c866be authored by graham.smith's avatar graham.smith
Browse files

Merge branch 'styles' into 'master'

update footer, cleanup

See merge request platform-one/private/bullhorn/platform1-site!47
parents 5303ff72 d09432fd
No related branches found
Tags v0.2.27
No related merge requests found
<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
......@@ -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 {
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment