File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
</ head >
21
21
< body >
22
22
< div class ="pl-2 py-4 rounded-2xl ">
23
- < div class ="bg-yellow-100 pl-4 rounded-3xl ">
23
+ < div class ="bg-white pl-4 py-4 mx-2 mb-2 rounded-3xl ">
24
24
< div class ="flex justify-between py-2 ">
25
25
< h3 class ="text-3xl font-semibold "> Scrum Helper</ h3 >
26
26
< img src ="../icons/night-mode.png " alt ="Night Mode " class ="w-7 h-7 mx-3 ">
@@ -30,24 +30,24 @@ <h3 class="text-3xl font-semibold ">Scrum Helper</h3>
30
30
</ div >
31
31
32
32
<!-- Change from here -->
33
- < div class ="row center ">
33
+ < div class ="row center mt-2 flex justify-center items-center ">
34
34
< div class ="switch ">
35
- < label >
35
+ < label class =" flex items-center align-center " >
36
36
Disable
37
37
< input type ="checkbox " id ="enable ">
38
38
< span class ="lever "> </ span >
39
39
Enable
40
40
</ label >
41
41
</ div >
42
42
</ div >
43
- < div class ="row ">
43
+ <!-- < div class="row">
44
44
<div class="col s12">
45
45
<ul class="tabs">
46
46
<li class="tab col s6" title="I am doing CodeHeat!"><a id="codeheatTab" href="#codeheatBox">CodeHeat</a></li>
47
47
<li class="tab col s6" title="I am doing GSoC!"><a id="gsocTab" href="#gsocBox">GSoC</a></li>
48
48
</ul>
49
49
</div>
50
- </ div >
50
+ </div> -->
51
51
</ div >
52
52
53
53
<!-- Till here -->
You can’t perform that action at this time.
0 commit comments