add responsive design

This commit is contained in:
Janis
2023-11-12 17:16:58 +01:00
parent ce7aee8481
commit 9870fdcdb4
4 changed files with 175 additions and 119 deletions

View File

@@ -4,7 +4,6 @@
gap: 0 0;
font-size: 3rem;
color: white;
box-sizing: border-box;
padding: 10px;
h1,
@@ -17,6 +16,7 @@
overflow: hidden;
text-overflow: ellipsis;
max-width: 20ch;
user-select: none;
}
.channelNameContainer {
display: flex;