mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
18 lines
229 B
Plaintext
18 lines
229 B
Plaintext
.interactions {
|
|
float: right;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 1rem;
|
|
}
|
|
|
|
.jobPopoverContent {
|
|
padding: 1rem;
|
|
color: white;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.interactions {
|
|
flex-direction: initial;
|
|
}
|
|
}
|