Changeset 6346d10


Ignore:
Timestamp:
Jan 11, 2020, 12:28:56 AM (5 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
c98d431
Parents:
d829433
Message:

Change table paddings and iframe height (embed videos)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • public/css/custom.css

    rd829433 r6346d10  
    4242iframe {
    4343    width: 100%;
    44     height: 100%;
    45     position:  absolute;
     44    min-height: 445px;
    4645    top: 0;
    4746    left: 0;
     
    7776#meta {
    7877    text-align: right;
     78}
     79
     80#copyright {
     81    text-align: center;
    7982}
    8083
     
    152155    display: inline-flex;
    153156}
     157
     158table th, table td {
     159    padding: var(--universal-padding);
     160}
Note: See TracChangeset for help on using the changeset viewer.