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/Header.css

    r717ceae r16237c4  
    66  margin: 0;
    77  padding: 0;
     8  margin-top: 10px;
    89  height: 70px;
    910  width: 100%;
     
    200201}
    201202
     203#basic-nav-dropdown {
     204  display: flex;
     205  justify-content: center;
     206  align-items: center;
     207}
     208
    202209@media only screen and (max-width: 1015px) {
    203210  .header__dropdown {
Note: See TracChangeset for help on using the changeset viewer.