change Eigenschaften to be in a list instead of a fieldset
This commit is contained in:
+8
-3
@@ -284,7 +284,7 @@ html {
|
||||
|
||||
padding: 0.5rem;
|
||||
border-radius: 5px 5px 0px 0px;
|
||||
background: linear-gradient(90deg, rgb(36, 133, 44) 0%, rgb(0, 79, 7) 40%, rgb(0, 51, 5) 100%);
|
||||
background: linear-gradient(90deg, rgb(25, 92, 30) 0%, rgb(0, 79, 7) 40%, rgb(0, 51, 5) 100%);
|
||||
}
|
||||
|
||||
& .list-item {
|
||||
@@ -337,15 +337,20 @@ html {
|
||||
&[data-tab="tab1"] {
|
||||
& .Eigenschaften {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, max-content) repeat(8, minmax(0, 1fr));
|
||||
grid-template-columns: minmax(0, max-content) repeat(3, minmax(0, 1fr));
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
column-gap: 0.5rem;
|
||||
|
||||
& .list-header :not(:nth-child(1)), .list-item :not(:nth-child(1)) {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
& .Basiswerte {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, max-content) repeat(5, minmax(0, 1fr));
|
||||
align-items: center;
|
||||
column-gap: 0.5rem;
|
||||
|
||||
& .list-header :not(:nth-child(1)), .list-item :not(:nth-child(1)) {
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user