summaryrefslogtreecommitdiff
path: root/client/src/components/Modal/Modal.module.css
blob: 547445b02f899aef9607fa4a8f6161bbd048a0be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.modal {
  margin: 0px 15px;
}

.modal__title {
  text-align: center;
  margin: 20px 0px 40px;
}

.modal__image {
  width: 40%;
}

.modal__content {
  width: 60%;
}