File tree Expand file tree Collapse file tree 3 files changed +32
-21
lines changed
Expand file tree Collapse file tree 3 files changed +32
-21
lines changed Original file line number Diff line number Diff line change 1313 padding : 20px 0 ;
1414 }
1515 .article-image {
16- max-width : 500px ;
16+ max-width : 500px !important ;
1717 height : auto ;
1818 border-radius : 10px ;
1919 }
2020 </style >
2121
2222<header class =" article-header" >
2323 <h1 class =" fw-bold" >@Title </h1 >
24- <img src =" @Image" alt =" Article Banner" class =" img-fluid rounded mx-auto d-block my-3" >
24+ <img src =" @Image" alt =" Article Banner" height = " 200 " width = " auto " class =" img-fluid rounded mx-auto d-block my-3 article-image " >
2525</header >
2626
2727@* <div class="row"> *@
Original file line number Diff line number Diff line change 66
77 <main >
88 <header class =" bg-primary text-white p-3 d-flex align-items-center" >
9- <div class =" logo" >
10- <h3 class =" m-0" >Dev Arena</h3 >
11- </div >
12- <div class =" search-bar text-center" >
13- <input type =" text" class =" form-control w-75 mx-auto" placeholder =" Search..." >
14- </div >
15- <div class =" settings" >
16- <button class =" btn btn-light" >Settings</button >
9+ <div class =" container-fluid" >
10+ <div class =" row" >
11+ <div class =" col-12 col-md-4" >
12+ <div class =" logo" >
13+ <h3 class =" m-0" >Dev Arena</h3 >
14+ </div >
15+ </div >
16+ <div class =" col-12 col-md-4" >
17+ <div class =" search-bar text-center" >
18+ <input type =" text" class =" form-control w-75 mx-auto" placeholder =" Search..." >
19+ </div >
20+ </div >
21+ <div class =" col-12 col-md-4" >
22+ <div class =" settings d-flex justify-content-end" >
23+ <button class =" btn btn-light" >Settings</button >
24+ </div >
25+ </div >
26+ </div >
1727 </div >
28+
1829 </header >
1930
2031 <article class =" content px-4" >
Original file line number Diff line number Diff line change 77@* $1$ </div> #1# *@
88@* $1$ </div> #1# *@
99
10- <header class =" bg-primary text-white p-3 d-flex align-items-center" >
11- <div class =" logo" >
12- <h3 class =" m-0" >Tech Blog</h3 >
13- </div >
14- <div class =" search-bar text-center" >
15- <input type =" text" class =" form-control w-75 mx-auto" placeholder =" Search..." >
16- </div >
17- <div class =" settings" >
18- <button class =" btn btn-light" >Settings</button >
19- </div >
20- </header >
10+ @* <header class="bg-primary text-white p-3 d-flex align-items-center"> *@
11+ @* <div class="logo"> *@
12+ @* <h3 class="m-0">Tech Blog</h3> *@
13+ @* </div> *@
14+ @* <div class="search-bar text-center"> *@
15+ @* <input type="text" class="form-control w-75 mx-auto" placeholder="Search..."> *@
16+ @* </div> *@
17+ @* <div class="settings"> *@
18+ @* <button class="btn btn-light">Settings</button> *@
19+ @* </div> *@
20+ @* </header> *@
2121
2222@* <div class="@NavMenuCssClass nav-scrollable" @onclick="ToggleNavMenu"> *@
2323@* <nav class="flex-column"> *@
You can’t perform that action at this time.
0 commit comments