🌱 Added contributors section

This commit is contained in:
Liyas Thomas
2020-03-03 07:02:27 +05:30
parent 09d2878e1d
commit f564ca1eb5
6 changed files with 94 additions and 14 deletions

View File

@@ -37,7 +37,6 @@
align-items: center;
justify-content: center;
flex-grow: 1;
max-width: 720px;
}
.modal-container {
@@ -50,7 +49,8 @@
background-color: var(--bg-color);
border-radius: 16px;
box-shadow: 0px 16px 70px rgba(0, 0, 0, 0.5);
max-height: calc(100vh - 32px);
max-height: calc(100vh - 128px);
max-width: 720px;
}
.modal-body {