AchyuthGPT / client /css /main.css
AIlexDev's picture
Duplicate from AchyuthGamer/AchyuthGPT
0aab0af
raw
history blame contribute delete
133 Bytes
.main-container {
display: flex;
padding: var(--section-gap);
height: 100vh;
justify-content: center;
box-sizing: border-box;
}