mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-07 13:41:13 -07:00
11 lines
No EOL
163 B
CSS
11 lines
No EOL
163 B
CSS
@media (min-width: 768px ) {
|
|
.row {
|
|
position: relative;
|
|
}
|
|
|
|
.bottom-align-text {
|
|
position: absolute;
|
|
bottom: 0;
|
|
right: 0;
|
|
}
|
|
} |