fixed width
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 25s
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 25s
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user