forked from Bunteshaus/bunteshaus.de
40 lines
643 B
SCSS
40 lines
643 B
SCSS
fieldset {
|
|
display: flex; flex-wrap: wrap; flex-direction: row; padding: 0; border: none; margin: 0 0 .3rem .5rem;
|
|
}
|
|
|
|
.w100 {
|
|
width: 100%;
|
|
}
|
|
|
|
.column {
|
|
flex-direction: column;
|
|
}
|
|
|
|
#result {
|
|
white-space: pre; display: flex; background: var(--background-alt);
|
|
padding: 1rem 0 1rem 1rem;
|
|
margin-top: 1rem;
|
|
-webkit-user-select: all;
|
|
user-select: all;
|
|
margin-bottom: 1rem;
|
|
word-wrap: break-word;
|
|
overflow-wrap: break-word;
|
|
max-width: 100vw;
|
|
}
|
|
|
|
form {
|
|
width: 90vw;
|
|
max-width: 1920px;
|
|
}
|
|
|
|
.button {
|
|
font-size: .8em;
|
|
padding: .5em;
|
|
}
|
|
|
|
p {
|
|
a {
|
|
text-decoration: underline;
|
|
}
|
|
}
|