Files
openswarm/debugger/debugger_gui/src/App.css
T
2026-03-13 12:09:25 -07:00

29 lines
520 B
CSS

.app-container {
display: flex;
flex-direction: column;
width: 90vw;
height: 100%;
padding-left: 5vw;
padding-right: 5vw;
padding-bottom: 5vh;
align-items: center;
}
.app-header {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
height: 10vh;
font-family: 'Consolas', monospace;
font-size: 3.45rem;
font-weight: bold; /* Changed from 900 to bold */
color: #d8d8d8;
text-align: center;
margin-bottom: 2vh;
margin-top: 2vh;
}