Skip to content
Snippets Groups Projects
Commit a675f84b authored by danielmyren's avatar danielmyren
Browse files

Minor styling changes

parent 8acce774
No related branches found
No related tags found
No related merge requests found
import React from 'react' import React from 'react'
import '../..//css/bottom_info_bar.css'; import '../../Css/bottom_info_bar.css';
export const BottomInfoNavigation = () => { export const BottomInfoNavigation = () => {
...@@ -12,12 +12,12 @@ export const BottomInfoNavigation = () => { ...@@ -12,12 +12,12 @@ export const BottomInfoNavigation = () => {
</div> </div>
<div class = "bottom-info-root__centered"> <div class = "bottom-info-root__centered">
<a class="bottom-info-root__link" href="/contact"> <a class="bottom-info-root__link" href="/contact information">
<text>Contact Information</text> <text>Contact Information</text>
</a> </a>
</div> </div>
<div class = "bottom-info-root__right"> <div class = "bottom-info-root__right">
<a class="bottom-info-root__link" href="/contact"> <a class="bottom-info-root__link" href="/legal">
<text>Legal & Privacy</text> <text>Legal & Privacy</text>
</a> </a>
</div> </div>
......
...@@ -12,7 +12,7 @@ body { ...@@ -12,7 +12,7 @@ body {
align-items: center; align-items: center;
min-height: 100vh; min-height: 100vh;
/*background: url('../../Assets/background3.jpg') ;*/ background: url('../Assets/background3.jpg') ;
background-color: aliceblue background-color: aliceblue
no-repeat; no-repeat;
......
.bottom-info-root { .bottom-info-root {
position: relative; position: absolute;
width: 100%; width: 100%;
top: 20vh; bottom: 40px;
} }
.bottom-info-root__link { .bottom-info-root__link {
...@@ -20,18 +20,18 @@ ...@@ -20,18 +20,18 @@
} }
.bottom-info-root__centered { .bottom-info-root__centered {
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 50%; left: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
} }
.bottom-info-root__right { .bottom-info-root__right {
float: right; float: right;
margin-right: 100px; margin-right: 15%;
} }
.bottom-info-root__left { .bottom-info-root__left {
float: left; float: left;
margin-left: 100px; margin-left: 15%;
} }
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