Changeset 7bef5b1 for public/css


Ignore:
Timestamp:
Apr 6, 2022, 5:43:06 AM (3 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
4ce8eb8
Parents:
7dac47b
Message:

Add music block

File:
1 edited

Legend:

Unmodified
Added
Removed
  • public/css/custom.css

    r7dac47b r7bef5b1  
    341341    margin: 0 !important;
    342342}
     343
     344audio {
     345    display: block;
     346    width: calc(100% - var(--universal-padding) * 2);
     347    margin: 0 var(--universal-padding);
     348}
Note: See TracChangeset for help on using the changeset viewer.