Changeset 16237c4 for frontend/src/styles
- Timestamp:
- 09/08/22 12:38:24 (2 years ago)
- Branches:
- master
- Children:
- ee05663
- Parents:
- 717ceae
- Location:
- frontend/src/styles
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
frontend/src/styles/Header.css
r717ceae r16237c4 6 6 margin: 0; 7 7 padding: 0; 8 margin-top: 10px; 8 9 height: 70px; 9 10 width: 100%; … … 200 201 } 201 202 203 #basic-nav-dropdown { 204 display: flex; 205 justify-content: center; 206 align-items: center; 207 } 208 202 209 @media only screen and (max-width: 1015px) { 203 210 .header__dropdown { -
frontend/src/styles/SigninScreen.css
r717ceae r16237c4 13 13 .formCointainer { 14 14 width: 400px; 15 } 16 17 .shipPC { 18 display: flex; 19 flex-direction: column; 20 justify-content: center; 21 align-items: center; 22 } 23 24 .shipPC .checkout-steps { 25 width: 70%; 15 26 } 16 27 … … 32 43 } 33 44 } 45 46 @media only screen and (max-width: 559px) { 47 .shipPC .checkout-steps { 48 width: 100%; 49 } 50 } 51 52 @media only screen and (max-width: 331px) { 53 .shipPC .checkout-steps { 54 display: none; 55 } 56 }
Note:
See TracChangeset
for help on using the changeset viewer.