Changeset 79a0317 for imaps-frontend/src/pages/IMaps/components/Footer.css
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/src/pages/IMaps/components/Footer.css
r0c6b92a r79a0317 47 47 .footer-links { 48 48 width: 100%; 49 max-width: 1000px;50 49 display: flex; 51 justify-content: center; 50 justify-content: space-evenly; 51 } 52 .footer-link-wrapper a { 53 margin-top: 1em; 54 } 55 .footer-link-wrapper h2 { 56 width: 100%; 52 57 } 53 58 54 .footer-link-wrapper {55 display: flex;56 }57 59 58 60 .footer-link-items { 59 61 display: flex; 60 62 flex-direction: column; 61 align-items: flex-start;63 align-items: center; 62 64 margin: 16px; 63 65 text-align: left; … … 100 102 101 103 .social-media { 102 max-width: 1000px;103 width: 100%;104 104 } 105 105 106 106 .social-media-wrap { 107 107 display: flex; 108 justify-content: space-between;108 flex-direction: column; 109 109 align-items: center; 110 width: 90%;111 max-width: 1000px;112 margin: 40px auto 0 auto;113 110 } 114 111 … … 123 120 color: #fff; 124 121 justify-self: start; 125 margin-left: 20px;126 122 cursor: pointer; 127 123 text-decoration: none; … … 131 127 margin-bottom: 16px; 132 128 } 129 .social-media-wrap img { 130 width: 25%; 131 } 133 132 134 133 .website-rights { 135 134 color: #fff; 136 margin-bottom: 16px; 135 align-content: flex-end; 136 width: 50%; 137 margin-top: 2em; 137 138 } 138 139
Note:
See TracChangeset
for help on using the changeset viewer.