Refactoring
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
.separator {
|
||||
background-color: #c1c1c1;
|
||||
width: 100%;
|
||||
height: 0.05rem;
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.outerContainer {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
@@ -20,11 +20,3 @@ body {
|
||||
background: white;
|
||||
}
|
||||
}
|
||||
|
||||
.separator {
|
||||
background-color: #c1c1c1;
|
||||
width: 100%;
|
||||
height: 0.05rem;
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user