File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 36
36
{% endblock %}
37
37
38
38
<!-- header / navbar -->
39
- < div class ="px-2 sm:px-5 flex-none flex justify-between items-center w-full h-32 max-h-32
39
+ < div class ="px-2 sm:px-5 flex-none flex justify-around sm:justify- between items-center w-full h-32 max-h-32
40
40
bg-white dark:bg-otherGray border-b-2 border-black dark:border-lightGray transition duration-500 ">
41
41
< div class ="text-black text-center ">
42
42
< button >
43
43
< a href ="/ ">
44
44
< h1 class =" dark:text-white text-3xl xs:text-4xl sm:text-5xl decoration-black dark:decoration-white decoration-2 "> {% block heading %}{% endblock %}</ h1 >
45
- < p class ="font-bold text-sessionGreen dark:text-sessionGreen text-lg xs:text-xl sm:text-2xl "> Session Open Group Server</ p >
45
+ < div class ="flex flex-col sm:flex-row pl-3 sm:pl-0 ">
46
+ < p class =" font-bold text-sessionGreen dark:text-sessionGreen text-lg xs:text-xl sm:text-2xl "> Session Open </ p >
47
+ < p class =" font-bold text-sessionGreen dark:text-sessionGreen text-lg xs:text-xl sm:text-2xl "> Group Server</ p >
48
+ </ div >
46
49
</ a >
47
50
</ button >
48
51
</ div >
Original file line number Diff line number Diff line change 18
18
< pre class ="text-white break-all whitespace-normal m-2 "> {{room.url}}</ pre >
19
19
< button onclick ="handleCloseModalClick() " class ="text-white bold text-center rounded px-1 m-2 font-sans "> X</ button >
20
20
</ div >
21
- < img class ="aspect-square p-2 " src ="invite.png " />
21
+ < img class ="aspect-square " src ="invite.png " />
22
22
</ div >
23
23
</ div >
24
24
You can’t perform that action at this time.
0 commit comments