Ignore:
Timestamp:
09/08/22 12:38:24 (22 months ago)
Author:
Nace Gjorgjievski <nace.gorgievski123@…>
Branches:
master
Children:
ee05663
Parents:
717ceae
Message:

Added Order Functionality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • frontend/src/styles/SigninScreen.css

    r717ceae r16237c4  
    1313.formCointainer {
    1414  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%;
    1526}
    1627
     
    3243  }
    3344}
     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.