Changeset 779efbc


Ignore:
Timestamp:
Aug 29, 2022, 1:39:44 AM (2 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
b8c66ba
Parents:
c721284
Message:

Fix css

File:
1 edited

Legend:

Unmodified
Added
Removed
  • public/css/custom.css

    rc721284 r779efbc  
    4747
    4848.navbar {
     49    display: flex;
     50    flex-direction: row;
    4951    border: 0;
    5052    position: relative;
     
    110112    position: fixed;
    111113    left: 70ch;
    112     top: calc(var(--universal-margin) + 2.6rem);
    113114    background: #fefefe;
    114115    box-shadow: 0 1px 0px rgba(0,0,0,.1);
Note: See TracChangeset for help on using the changeset viewer.