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