mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-19 18:11:40 -07:00
* Add RFI to contact page * Move to a 8:4 column layout for the contact page - add margin above footer - update snapshots * Add period to copy * add download attribute to <a> tag - fix local cypress tess
12 lines
No EOL
212 B
SCSS
12 lines
No EOL
212 B
SCSS
@use '../../styles/design-system.scss' as *;
|
|
|
|
.rfiBox {
|
|
@include at-media-max("desktop") {
|
|
@include u-margin-top(2);
|
|
@include u-margin-bottom(2);
|
|
|
|
};
|
|
|
|
@include u-margin-top(10);
|
|
|
|
} |