css for follow links instead of table.
This commit is contained in:
parent
0e9f6f8d70
commit
90625d82b6
3 changed files with 14 additions and 8 deletions
|
@ -156,6 +156,12 @@ body { margin: 0; height: 100%; }
|
|||
|
||||
#modal-buttons { bottom: 0; margin-top: auto; width: 100%; display: flex; justify-content: space-between; min-height: 21px; }
|
||||
|
||||
#mission-modal .follow-links { margin-top: auto; display: flex; flex-direction: column; text-align: center; width:100%; }
|
||||
|
||||
#mission-modal .follow-links .follow-links-header { font-weight: bold; }
|
||||
|
||||
#mission-modal .follow-links .follow-links-links { display: flex; flex-direction: row; justify-content: space-around; margin-top: 5px; }
|
||||
|
||||
@media screen and (max-width: 812px) {
|
||||
#modal-container { top: 0; bottom: 0; left: 0; right: 0; transform: none; }
|
||||
.modal { width: 100%; height: 100%; border-radius: 0; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue