mirror of
https://github.com/hazemKrimi/touch-programming.git
synced 2026-05-01 18:20:26 +00:00
Improving styles wip
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.container {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
column-gap: 1rem;
|
||||
}
|
||||
|
||||
@@ -43,7 +43,7 @@ function Typing() {
|
||||
<TypingContextProvider>
|
||||
<div className='container'>
|
||||
<Code code={code} loaded={loaded} />
|
||||
<Stats />
|
||||
<Stats loaded={loaded} />
|
||||
</div>
|
||||
</TypingContextProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user