|
|
Line 31: |
Line 31: |
| } | | } |
| | | |
− | .footer-links:first-child { | + | .footer-links{ |
− | overflow: hidden;
| + | padding-top: 10%; |
− | padding-top: 30px; | + | |
− | position: relative;
| + | |
− | margin-bottom: -25px;
| + | |
− | }
| + | |
− |
| + | |
− | .footer-links:last-child {
| + | |
− | overflow: hidden;
| + | |
− | padding-bottom: 30px;
| + | |
− | position: relative;
| + | |
− | margin-top: -25px;
| + | |
− | }
| + | |
− |
| + | |
− | @media screen and (min-width: 678px) {
| + | |
− | .footer-links:first-child {
| + | |
− | overflow: hidden;
| + | |
− | padding-top: 20px;
| + | |
− | position: relative;
| + | |
− | margin-bottom: 30px;
| + | |
− | }
| + | |
− | .footer-links:last-child {
| + | |
− | overflow: hidden;
| + | |
− | padding-bottom: 0;
| + | |
− | position: relative;
| + | |
− | margin-top: 50px;
| + | |
− | }
| + | |
− | }
| + | |
− |
| + | |
− | @media screen and (min-width: 1100px) {
| + | |
− | .footer-links:first-child {
| + | |
− | overflow: hidden;
| + | |
− | padding-top: 20px;
| + | |
− | position: relative;
| + | |
− | margin-bottom: -10px;
| + | |
− | }
| + | |
− | .footer-links:last-child {
| + | |
− | overflow: hidden;
| + | |
− | padding-bottom: 10px;
| + | |
− | position: relative;
| + | |
− | margin-top: -10px;
| + | |
− | }
| + | |
− | }
| + | |
− |
| + | |
− | @media screen and (min-width: 1440px) {
| + | |
− | .footer-links:first-child {
| + | |
− | overflow: hidden;
| + | |
− | padding-top: 10px;
| + | |
− | position: relative;
| + | |
− | margin-bottom: -30px;
| + | |
− | }
| + | |
− | .footer-links:last-child {
| + | |
− | overflow: hidden;
| + | |
− | padding-bottom: 10px;
| + | |
− | position: relative;
| + | |
− | margin-top: -30px;
| + | |
− | }
| + | |
| } | | } |
| | | |