footer.css (1088B)
1 .footer__nav { 2 display: flex; 3 flex-direction: row; 4 justify-content: space-between; 5 margin-bottom: 1.5em; 6 } 7 8 .footer__nav > p { 9 margin: 0; 10 } 11 12 .footer__nav__left { 13 text-align: left; 14 } 15 16 .footer__nav__right { 17 text-align: right; 18 } 19 .footer__nav__right a { 20 padding: 0 0.2rem; 21 margin: 0 0.2rem; 22 } 23 24 .footer .web-ring { 25 font-size: 0.8rem; 26 margin: 0 0 1.5rem; 27 } 28 29 .footer__separator { 30 margin: 0.5rem auto 1.4rem; 31 } 32 33 .footer__license { 34 margin: 0.7rem 0 1rem; 35 font-size: 0.7rem; 36 } 37 38 .footer .hcard { 39 max-width: 19rem; 40 font-size: 0.8rem; 41 margin: 2rem auto 0.5rem; 42 padding: 1rem 1rem 0.8rem; 43 position: relative; 44 border-style: solid; 45 border-width: 1px; 46 } 47 .footer .hcard .h-card { 48 position: relative; 49 } 50 .footer .hcard .h-card img { 51 position: absolute; 52 width: 3.8rem; 53 height: 3.8rem; 54 } 55 .footer .hcard .h-card > a { 56 margin-left: 5rem; 57 } 58 .footer .hcard .h-card > .p-locality { 59 margin-left: 5rem; 60 } 61 62 .footer .hcard__description { 63 top: -0.7rem; 64 left: 0.8rem; 65 padding: 0 0.4rem; 66 position: absolute; 67 } 68 69 .footer .hcard__description > p { 70 margin: 0; 71 }