Changeset cfff059


Ignore:
Timestamp:
Jul 17, 2022, 11:06:29 AM (3 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
af5a879
Parents:
c8c09ee
Message:

Change line-height

Location:
public/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • public/css/custom.css

    rc8c09ee rcfff059  
    4343    text-transform: none;
    4444    background: #fefefe;
    45     box-shadow: 0 -3px 0 rgba(0,0,0,.35), 1px -1px 1px rgba(0,0,0,.15);
     45    box-shadow: 0 -2px 0 rgba(0,0,0,.35), 1px -1px 0px rgba(0,0,0,.15);
    4646    border-radius: 0.15em 0.15em 0 0;
    4747    text-decoration: underline;
  • public/css/mini.css

    rc8c09ee rcfff059  
    3737html, * {
    3838    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, sans-serif;
    39     line-height: 1.25;
     39    line-height: 1.2;
    4040    -webkit-text-size-adjust: 100%;
    4141}
Note: See TracChangeset for help on using the changeset viewer.