fixed width
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 25s

This commit is contained in:
2024-10-28 20:16:41 +01:00
parent 5e7e68c78e
commit 0e1483b1f0

View File

@@ -4,36 +4,8 @@
justify-content: space-between;
}
// .contents {
// display: grid;
// grid-template-columns: repeat(2, 1fr);
// grid-template-rows: repeat(5, 3rem);
// grid-column-gap: 4rem;
// grid-row-gap: 0;
// width: calc(100% - 2rem);
// align-items: center;
// grid-auto-flow: column;
// p {
// margin: 0;
// width: 100%;
// display: flex;
// justify-content: space-between;
// padding: 1rem;
// border-bottom: 0.1rem solid var(--text-color);
// }
// p:first-child {
// grid-column: 1 / 3;
// background-color: var(--text-color);
// color: var(--background-color);
// font-weight: 500;
// }
// }
.contents {
width: calc(100% - 2rem);
width: 100%;
p {
background-color: var(--text-color);