🌫🎲🎰🎇📟🎏

This commit is contained in:
E
2021-03-10 22:33:06 -07:00
parent 3c5855ecd3
commit c975432b73
21 changed files with 148 additions and 53 deletions
+27
View File
@@ -43,6 +43,7 @@
.photo-wall {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin: 2rem;
}
@@ -86,3 +87,29 @@
text-transform: uppercase;
letter-spacing: 0.05rem;
}
.ant-modal-content {
border-radius: 1rem;
padding: 0 !important;
}
.ant-modal-body img {
border-radius: 0.5rem;
}
.ant-modal-close {
font-weight: bold;
}
.ant-card {
border: 1px solid #0005;
border-radius: 0.2rem;
}
.ant-card-head {
background: #333a;
color: white;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.2rem;
}