mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 14:18:12 +02:00
aligned things properly
This commit is contained in:
@ -5,6 +5,8 @@ body {
|
||||
}
|
||||
|
||||
fieldset {
|
||||
margin-left: 0;
|
||||
margin-right: -1px;
|
||||
margin-bottom: 1.5em;
|
||||
padding: 1em;
|
||||
}
|
||||
@ -46,6 +48,13 @@ h1 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#results-container h3 {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
|
Reference in New Issue
Block a user