Skip to content

Commit 2b568dc

Browse files
koray-erenJeff
authored andcommitted
changed header styles in mobile view
1 parent 6829ffc commit 2b568dc

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

sogs/templates/base.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,16 @@
3636
{% endblock %}
3737

3838
<!-- 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
4040
bg-white dark:bg-otherGray border-b-2 border-black dark:border-lightGray transition duration-500">
4141
<div class="text-black text-center">
4242
<button>
4343
<a href="/">
4444
<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&nbsp</p>
47+
<p class=" font-bold text-sessionGreen dark:text-sessionGreen text-lg xs:text-xl sm:text-2xl">Group Server</p>
48+
</div>
4649
</a>
4750
</button>
4851
</div>

sogs/templates/view_room.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<pre class="text-white break-all whitespace-normal m-2">{{room.url}}</pre>
1919
<button onclick="handleCloseModalClick()" class="text-white bold text-center rounded px-1 m-2 font-sans"> X</button>
2020
</div>
21-
<img class="aspect-square p-2" src="invite.png" />
21+
<img class="aspect-square " src="invite.png" />
2222
</div>
2323
</div>
2424

0 commit comments

Comments
 (0)