Performers component v1

This commit is contained in:
2022-06-14 19:48:15 +03:00
parent a4e224117c
commit 31553c0ed8
12 changed files with 317 additions and 50 deletions

View File

@@ -1,5 +1,5 @@
html {
overflow-x: hidden;
overflow-x: scroll;
}
body {
@@ -24,7 +24,6 @@ main {
}
.page {
max-width: 40%;
text-align: center;
margin-bottom: 8rem;
}