Changeset 64dc53b for styles/globals.css


Ignore:
Timestamp:
06/11/22 23:50:19 (2 years ago)
Author:
anastasovv <simon@…>
Branches:
main
Children:
4a1a3ca
Parents:
87614a5
Message:

Code cleanings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • styles/globals.css

    r87614a5 r64dc53b  
    7878
    7979header.header nav ul li {
    80   cursor: pointer;
    8180  margin-right: 4rem;
    8281}
     
    8483header.header nav ul li:last-child {
    8584  margin-right: 0;
     85}
     86
     87header.header nav.mainHeaderNavigation ul li {
     88  cursor: pointer;
    8689}
    8790
     
    375378.fs-inputs-container > div > input {
    376379  margin-bottom: 2rem;
     380  padding-left: 4px;
     381  padding-right: 4px;
    377382  font-size: 2rem;
    378383}
Note: See TracChangeset for help on using the changeset viewer.