Right-align system info
This commit is contained in:
parent
9fda9df4b6
commit
c61b471529
2 changed files with 96 additions and 79 deletions
|
|
@ -60,6 +60,14 @@ pre {
|
|||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
.content {
|
||||
display: grid;
|
||||
grid-template-columns: auto max-content;
|
||||
grid-template-rows: 1fr;
|
||||
grid-column-gap: 0px;
|
||||
grid-row-gap: 0px;
|
||||
}
|
||||
|
||||
.section {
|
||||
min-width: 20em;
|
||||
width: max-content;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue