Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
style(consultation): center message
Browse files Browse the repository at this point in the history
  • Loading branch information
lemredd committed Dec 5, 2022
1 parent 5f01a32 commit 77eef41
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions components/consultation/empty_chat_window.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<section class="empty-chat-window right">
<section class="empty-chat-window">
<h1 v-if="isUserAStudent" class="student">
Need help?
</h1>
Expand All @@ -19,8 +19,11 @@
.empty-chat-window{
display: none;
@screen sm{
@apply flex flex-col;
@screen sm {
@apply flex flex-col justify-center items-center;
width: 100%;
text-align: center;
}
}
</style>
Expand Down

0 comments on commit 77eef41

Please sign in to comment.