fix page card display

This commit is contained in:
pat-s 2023-04-22 21:33:25 +02:00
parent a23a9ab64c
commit db34d7bdce
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925
1 changed files with 4 additions and 1 deletions

View File

@ -313,7 +313,6 @@ a:hover {
}
.tabs:not(:last-child), .message:not(:last-child), .list:not(:last-child), .level:not(:last-child), .breadcrumb:not(:last-child), .highlight:not(:last-child), .block:not(:last-child), .title:not(:last-child), .subtitle:not(:last-child), .table-container:not(:last-child), .table:not(:last-child), .progress:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .box:not(:last-child) {
width: 750px;
padding-left: 0px;
padding-right: 0px;
}
@ -321,3 +320,7 @@ a:hover {
.navbar-end {
margin-left: inherit;
}
.page .card {
display: table;
}