Skip to content

Commit

Permalink
html table, body table-cell, again?
Browse files Browse the repository at this point in the history
  • Loading branch information
YamiOdymel committed Feb 19, 2024
1 parent b4639fe commit ff22c1c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/reboot.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,16 @@ html {
width: 100%; /** 2. */
height: 100%; /** 2. */

display: table;
table-layout: fixed;

font-size: 15px;
line-height: 1.75;
}

body {
width: 100%; /** 2. */
height: 100%; /** 2. */
width: 100%;
display: table-cell;
}

/**
Expand Down

0 comments on commit ff22c1c

Please sign in to comment.