7 lines
97 B
CSS
7 lines
97 B
CSS
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
.job-card {
|
|
margin-top: 100px;
|
|
}
|
|
}
|