github.com/uchennaokeke444/nomad@v0.11.8/website/components/footer/style.css (about) 1 .g-footer { 2 padding: 25px 0 17px 0; 3 flex-shrink: 0; 4 display: flex; 5 6 & .g-container { 7 display: flex; 8 justify-content: space-between; 9 flex-wrap: wrap; 10 } 11 12 & a { 13 color: black; 14 opacity: 0.5; 15 transition: opacity 0.25s ease; 16 cursor: pointer; 17 display: inline-block; 18 19 &:hover { 20 opacity: 1; 21 } 22 } 23 24 & .left > a { 25 margin-right: 20px; 26 margin-bottom: 8px; 27 28 &:last-child { 29 margin-right: 0; 30 } 31 } 32 }