added all components and assembeled an okayish looking website
This commit is contained in:
parent
33621b1556
commit
d5e25dac3e
44 changed files with 38970 additions and 1587 deletions
13
src/components/job-card/JobCard.css
Normal file
13
src/components/job-card/JobCard.css
Normal file
|
@ -0,0 +1,13 @@
|
|||
@media only screen and (min-width: 993px) {
|
||||
.center-card {
|
||||
border-left: .5px rgba(255,255,255,.25) solid;
|
||||
border-right: .5px rgba(255,255,255,.25) solid;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
|
||||
.job-card {
|
||||
margin-top: 100px;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue