Start work on Styling
This commit is contained in:
@@ -3,12 +3,9 @@
|
||||
<div class="page">
|
||||
<main>
|
||||
<div class="top-row px-4">
|
||||
<h1>AI Stock Traider</h1>
|
||||
<h1>AI Stock Trader</h1>
|
||||
</div>
|
||||
|
||||
<article class="content px-4">
|
||||
@Body
|
||||
</article>
|
||||
@Body
|
||||
</main>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ main {
|
||||
.top-row {
|
||||
background-color: #f7f7f7;
|
||||
border-bottom: 1px solid #d6d5d5;
|
||||
justify-content: flex-end;
|
||||
justify-content: center;
|
||||
height: 3.5rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user