Seetha commited on
Commit
7919033
1 Parent(s): 6148ef0

Delete side.css

Browse files
Files changed (1) hide show
  1. side.css +0 -21
side.css DELETED
@@ -1,21 +0,0 @@
1
- /*.tree*/
2
- /*{*/
3
- /* position: absolute;*/
4
- /* top: 50%;*/
5
- /* left: 50%;*/
6
- /* transform: translate(-50%, -50%);*/
7
- /* background-color : #4444aa;*/
8
- /*}*/
9
- /*.graph*/
10
- /*{*/
11
- /* position: absolute;*/
12
- /* top: 50%;*/
13
- /* right: 50%;*/
14
- /* transform: translate(50%, 50%);*/
15
- /*}*/
16
-
17
- .container{
18
- display: flex;
19
- flex-direction: row;
20
- width: 100vw;
21
- }