Remove redundant div. Fix css
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#output-area {
|
||||
border-right: 2px solid grey;
|
||||
border-top: 1px solid grey;
|
||||
border-bottom: 1px solid grey;
|
||||
width: 30ch;
|
||||
}
|
||||
|
||||
@@ -7,11 +9,11 @@
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#gutter {
|
||||
background-color: rgb(230, 230, 230);
|
||||
.gutter-row {
|
||||
background-color: rgb(179, 179, 179);
|
||||
}
|
||||
|
||||
#output-row {
|
||||
.output-row {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user