You've already forked dencode.xrg.es
layout
This commit is contained in:
@ -6,22 +6,31 @@
|
||||
--line-height: 1.3;
|
||||
}
|
||||
|
||||
body {
|
||||
padding-top: var(--spacing);
|
||||
}
|
||||
|
||||
footer {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
textarea {
|
||||
height: 80vh;
|
||||
height: 88vh;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
header button {
|
||||
margin-top: var(--spacing);
|
||||
}
|
||||
|
||||
header a {
|
||||
display: block;
|
||||
margin-top: var(--spacing);
|
||||
margin-bottom: var(--spacing);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.layout {
|
||||
display: grid;
|
||||
grid-template-columns: 0.3fr 1.7fr;
|
||||
grid-template-rows: 1fr;
|
||||
gap: 0px 1rem;
|
||||
grid-template-areas:
|
||||
". .";
|
||||
}
|
Reference in New Issue
Block a user