css and removing the "left" and "right" classes from templates

This commit is contained in:
2021-12-05 19:16:39 +00:00
parent 3b62ebd0ee
commit ba4e6668aa
6 changed files with 19 additions and 63 deletions

View File

@ -32,16 +32,14 @@ body {
font-size: 100% !important;
}
.field--type-entity-reference-revisions .field__items {
margin-left: 2em;
.field.field--type-entity-reference {
margin: inherit;
}
.field--type-entity-reference-revisions .field__items .field{
margin-top: 0;
}
.field--type-entity-reference-revisions .field__items .paragraph{
margin-top: 0.5em;
margin-bottom: 0.5em;
.field {
width: 30%;
display: inline-block;
padding: 0.4em;
}
/* remove this confusing thing from user creation page */