UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit a4fd4b49 authored by luke.glasscock's avatar luke.glasscock
Browse files

Merge branch 'footer-spacing-home-column-revised' into 'master'

Footer spacing home column revised

See merge request platform-one/private/bullhorn/platform1-site!70
parents 0972db4a df753e68
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
</div>
</v-col>
<v-col
class="order-lg-3 text-center text-sm-left text-md-center"
class="order-lg-3 text-center text-sm-left text-md-center text-lg-right"
cols="12"
sm="6"
lg="2"
......@@ -41,16 +41,16 @@
<v-col class="mt-4 mt-lg-0" lg="7" cols="12">
<v-row class="py-0 link-wrapper">
<v-col class="d-none d-lg-flex" lg="1"></v-col>
<v-col
class="py-0 d-flex flex-column link-column text-left"
cols="12"
sm="6"
md="4"
lg="3"
xl="4"
>
<router-link to="/" class="mb-3">
<h4 class="px-0 mt-1">HOME</h4>
<router-link to="/">
<h4 class="px-0 mb-3 mt-1">HOME</h4>
</router-link>
<router-link to="/products">
Products
......@@ -70,8 +70,6 @@
cols="12"
sm="6"
md="4"
lg="5"
xl="4"
>
<h4 class="mb-3 mt-1">RESOURCES</h4>
<a href="https://software.af.mil" target="_blank">
......@@ -132,8 +130,8 @@ export default {
LinkedInLogo,
YouTubeLogo,
AirForceLogo,
MediumLogo
}
MediumLogo,
},
};
</script>
<style lang="scss" scoped>
......
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