stiyle fixes

This commit is contained in:
JeoJake 2021-11-08 17:21:59 +02:00
parent 839c7e27d9
commit eb939a7874

View File

@ -170,22 +170,15 @@ body {
width: 50%; width: 50%;
} }
<<<<<<< HEAD
.set {
=======
.set, .set,
.value { .value {
>>>>>>> cdm-utils/set-algebra
width: 90%; width: 90%;
margin: 0 auto; margin: 0 auto;
padding: 5px; padding: 5px;
} }
<<<<<<< HEAD #sets,
#sets, #values { #values {
=======
#sets {
>>>>>>> cdm-utils/set-algebra
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
@ -266,12 +259,8 @@ input[type=result] {
font-family: Roboto; font-family: Roboto;
} }
<<<<<<< HEAD
.addSet, .addSet,
.addValue { .addValue {
=======
.addSet {
>>>>>>> cdm-utils/set-algebra
margin: 20px auto; margin: 20px auto;
} }