optimize content padding definition

This commit is contained in:
pat-s 2023-04-24 08:47:47 +02:00
parent d73b79833f
commit 0563b98614
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925
1 changed files with 1 additions and 5 deletions

View File

@ -308,13 +308,9 @@ a:hover {
.content {
width: 800px;
padding: 0rem 1.5rem;
margin: 0 auto;
}
.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) {
padding-left: 0px;
padding-right: 0px;
margin: 0 auto;
}
.navbar-end {