mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-06 09:47:44 +02:00
[Haik]: and so it begins
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user