7 lines
121 B
CSS
7 lines
121 B
CSS
.debug-bar{
|
|
position: relative;
|
|
background: #fff;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
z-index: 100;
|
|
} |