Skip to content
Snippets Groups Projects
Commit 646aedc4 authored by Phil Höfer's avatar Phil Höfer
Browse files

Update file enter.less

parent 330378a8
No related branches found
No related tags found
1 merge request!15Accessibility Update
......@@ -8,7 +8,7 @@ body {
max-height: 900px;
main {
display: grid;
gap: 1rem;
gap: 3rem;
place-content: center;
align-content: center;
margin: 0;
......@@ -21,6 +21,7 @@ body {
border-top: 3px solid @color-main;
> #form {
padding: 1rem;
padding-bottom: 1.5rm;
display: flex;
flex-direction: column;
gap: 1rem;
......@@ -171,6 +172,10 @@ body {
padding: 0.5rem;
width: 100%;
text-align: center;
background: transparent;
border: none;
color: #575757;
text-decoration: underline;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment