Footer refactoring.
This commit is contained in:
		@@ -7,7 +7,19 @@ $-primary-line-color: $-almost-white;
 | 
			
		||||
    background: $-grey;
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    font-family: $-primary-sans-serif-font;
 | 
			
		||||
    font-size: 0.75rem;
 | 
			
		||||
    font-size: 1rem;
 | 
			
		||||
 | 
			
		||||
    &Columns__Container {
 | 
			
		||||
        width: 100%;
 | 
			
		||||
        display: flex;
 | 
			
		||||
        flex-direction: row;
 | 
			
		||||
        justify-content: space-evenly;
 | 
			
		||||
        flex-wrap: wrap;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    &Columns__Item {
 | 
			
		||||
        flex-grow: 1;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    * {
 | 
			
		||||
        box-sizing: border-box;
 | 
			
		||||
@@ -33,12 +45,10 @@ $-primary-line-color: $-almost-white;
 | 
			
		||||
    &__Flex {
 | 
			
		||||
        display: flex;
 | 
			
		||||
        flex-flow: row wrap;
 | 
			
		||||
        margin-top: 5em;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    &__ListTop {
 | 
			
		||||
        text-align: center;
 | 
			
		||||
        width: 33.333%;
 | 
			
		||||
        text-align: left;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    &__ListTop > li {
 | 
			
		||||
@@ -51,19 +61,11 @@ $-primary-line-color: $-almost-white;
 | 
			
		||||
        font-size: 2.3vw;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    &__ListAnchor {
 | 
			
		||||
        font-size: 1.3em;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    &__ListText {
 | 
			
		||||
        font-size: 1.3em;
 | 
			
		||||
        font-size: 1.2em;
 | 
			
		||||
        color: $-almost-white;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    &__ListText-left {
 | 
			
		||||
        text-align: left;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    &__SocialSection {
 | 
			
		||||
        width: 100%;
 | 
			
		||||
        align-items: center;
 | 
			
		||||
@@ -146,13 +148,13 @@ $-primary-line-color: $-almost-white;
 | 
			
		||||
    &__SocialExplore {
 | 
			
		||||
        display: flex;
 | 
			
		||||
        align-items: center;
 | 
			
		||||
        font-size: 3.5em;
 | 
			
		||||
        font-size: 2.5em;
 | 
			
		||||
        color: $-almost-white;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    // Small letters of "EXPLORE WITH US"
 | 
			
		||||
    &__SocialSmall {
 | 
			
		||||
        font-size: 0.6em;
 | 
			
		||||
        font-size: 0.5em;
 | 
			
		||||
        padding: 0px 20px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
@@ -180,7 +182,7 @@ $-primary-line-color: $-almost-white;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    &__BottomWrapper {
 | 
			
		||||
        font-size: 1.5em;
 | 
			
		||||
        font-size: 1.3em;
 | 
			
		||||
        color: $-almost-white;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -190,7 +192,7 @@ $-primary-line-color: $-almost-white;
 | 
			
		||||
    .LP-Footer__ListHeader {
 | 
			
		||||
        font-size: 2em;
 | 
			
		||||
    }
 | 
			
		||||
    .LP-Footer__ListAnchor {
 | 
			
		||||
    .LP-Footer__ListText {
 | 
			
		||||
        font-size: 1.1em;
 | 
			
		||||
    }
 | 
			
		||||
    .LP-Footer__SocialConnect {
 | 
			
		||||
@@ -212,7 +214,7 @@ $-primary-line-color: $-almost-white;
 | 
			
		||||
    .LP-Footer__ListHeader {
 | 
			
		||||
        font-size: 3em;
 | 
			
		||||
    }
 | 
			
		||||
    .LP-Footer__ListAnchor {
 | 
			
		||||
    .LP-Footer__ListText {
 | 
			
		||||
        font-size: 1.5em;
 | 
			
		||||
    }
 | 
			
		||||
    .LP-Footer__SocialSection {
 | 
			
		||||
@@ -263,7 +265,7 @@ $-primary-line-color: $-almost-white;
 | 
			
		||||
    .LP-Footer__ListHeader {
 | 
			
		||||
        font-size: 2.2em;
 | 
			
		||||
    }
 | 
			
		||||
    .LP-Footer__ListAnchor {
 | 
			
		||||
    .LP-Footer__ListText {
 | 
			
		||||
        font-size: 1.2em;
 | 
			
		||||
    }
 | 
			
		||||
    .LP-Footer__SocialConnect {
 | 
			
		||||
 
 | 
			
		||||
@@ -1,25 +1,26 @@
 | 
			
		||||
<footer class="LP-Footer LP-Footer__Flex">
 | 
			
		||||
    <ul class="LP-Footer__ListTop">
 | 
			
		||||
        <li><h4 class="LP-Footer__ListHeader">About</h4></li>
 | 
			
		||||
            <li><a href='https://git.mowoe.com/reverend/lostplaces-backend/src/branch/master/Readme.md' class="LP-Footer__GenericAnchor LP-Footer__ListAnchor">Host your own instance!</a></li>
 | 
			
		||||
            <li><a href='https://git.mowoe.com/reverend/lostplaces-backend/issues' class="LP-Footer__GenericAnchor LP-Footer__ListAnchor">Issue tracker</a></li>
 | 
			
		||||
            <li><a href='https://git.mowoe.com/reverend/lostplaces-backend' class="LP-Footer__GenericAnchor LP-Footer__ListAnchor">Backend repository</a></li>
 | 
			
		||||
            <li><a href='https://git.mowoe.com/reverend/lostplaces-frontend' class="LP-Footer__GenericAnchor LP-Footer__ListAnchor">Frontend repository</a></li>
 | 
			
		||||
    </ul>
 | 
			
		||||
    <ul class="LP-Footer__ListTop">
 | 
			
		||||
        <li><h4 class="LP-Footer__ListHeader">Contact</h4></li>
 | 
			
		||||
            <li><a href='https://www.urban-exploration.com' class="LP-Footer__GenericAnchor LP-Footer__ListAnchor">https://www.urban-exploration.com</a></li>
 | 
			
		||||
            <li><a href='mailto:JohnSSmith@einrot.com' class="LP-Footer__GenericAnchor LP-Footer__ListAnchor">JohnSSmith@einrot.com</a></li>
 | 
			
		||||
            <li class="LP-Footer__ListText LP-Footer__ListAnchor">937-387-6498</li>
 | 
			
		||||
 | 
			
		||||
    </ul>
 | 
			
		||||
    <ul class="LP-Footer__ListTop">
 | 
			
		||||
        <li id='Contact'><h4 class="LP-Footer__ListHeader">Postal address</h4></li>
 | 
			
		||||
            <li class="LP-Footer__ListText LP-Footer__ListAnchor"><b>Urban Exploration Ltd.</b></li>
 | 
			
		||||
            <li class="LP-Footer__ListText LP-Footer__ListAnchor">John S. Smith</li>
 | 
			
		||||
            <li class="LP-Footer__ListText LP-Footer__ListAnchor">2563 College Avenue</li>
 | 
			
		||||
            <li class="LP-Footer__ListText LP-Footer__ListAnchor">Dayton, OH 45402</li>
 | 
			
		||||
    </ul>
 | 
			
		||||
<footer class="LP-Footer">
 | 
			
		||||
    <div class="LP-FooterColumns__Container">
 | 
			
		||||
            <ul class="LP-Footer__ListTop">
 | 
			
		||||
                <li><h4 class="LP-Footer__ListHeader">About</h4></li>
 | 
			
		||||
                    <li class="LP-Footer__ListText"><a href='https://git.mowoe.com/reverend/lostplaces-backend/src/branch/master/Readme.md' class="LP-Footer__GenericAnchor">Host your own instance!</a></li>
 | 
			
		||||
                    <li class="LP-Footer__ListText"><a href='https://git.mowoe.com/reverend/lostplaces-backend/issues' class="LP-Footer__GenericAnchor">Issue tracker</a></li>
 | 
			
		||||
                    <li class="LP-Footer__ListText"><a href='https://git.mowoe.com/reverend/lostplaces-backend' class="LP-Footer__GenericAnchor">Backend repository</a></li>
 | 
			
		||||
                    <li class="LP-Footer__ListText"><a href='https://git.mowoe.com/reverend/lostplaces-frontend' class="LP-Footer__GenericAnchor">Frontend repository</a></li>
 | 
			
		||||
            </ul>
 | 
			
		||||
            <ul class="LP-Footer__ListTop">
 | 
			
		||||
                <li><h4 class="LP-Footer__ListHeader">Contact</h4></li>
 | 
			
		||||
                    <li class="LP-Footer__ListText">web. <a href='https://www.urban-exploration.com' class="LP-Footer__GenericAnchor">https://www.urban-exploration.com</a></li>
 | 
			
		||||
                    <li class="LP-Footer__ListText">mail. <a href='mailto:JohnSSmith@einrot.com' class="LP-Footer__GenericAnchor">JohnSSmith@einrot.com</a></li>
 | 
			
		||||
                    <li class="LP-Footer__ListText">tel. 937-387-6498</li>
 | 
			
		||||
            </ul>
 | 
			
		||||
            <ul class="LP-Footer__ListTop">
 | 
			
		||||
                <li id='Contact'><h4 class="LP-Footer__ListHeader">Postal address</h4></li>
 | 
			
		||||
                    <li class="LP-Footer__ListText"><b>Urban Exploration Ltd.</b></li>
 | 
			
		||||
                    <li class="LP-Footer__ListText">John S. Smith</li>
 | 
			
		||||
                    <li class="LP-Footer__ListText">2563 College Avenue</li>
 | 
			
		||||
                    <li class="LP-Footer__ListText">Dayton, OH 45402</li>
 | 
			
		||||
            </ul>
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
    <!-- Explore with us / social media bar -->
 | 
			
		||||
    <section class="LP-Footer__SocialSection LP-Footer__Flex">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user