JobSection updates

* Make Job preview full width
* Use smaller layout on tablets and phones
This commit is contained in:
Justin Edmund 2022-12-28 22:37:59 -08:00
parent 001dbc55f1
commit 92b21dc0cf

View file

@ -1,9 +1,10 @@
#Job {
align-items: center;
box-sizing: border-box;
display: flex;
margin-bottom: $unit * 3;
@include breakpoint(phone) {
@include breakpoint(tablet) {
flex-direction: column;
gap: $unit;
}
@ -60,7 +61,7 @@
@include breakpoint(phone) {
aspect-ratio: 16/9;
margin: 0;
width: inherit;
width: 100%;
height: inherit;
}