mirror of https://github.com/go-gitea/gitea.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
399 B
25 lines
399 B
.packages-content { |
|
display: flex; |
|
align-items: flex-start; |
|
gap: 16px; |
|
} |
|
|
|
.packages-content-left { |
|
margin: 0 !important; |
|
width: calc(100% - 250px - 16px); |
|
} |
|
|
|
.packages-content-right { |
|
margin: 0 !important; |
|
width: 250px; |
|
} |
|
|
|
@media (max-width: 767.98px) { |
|
.packages-content { |
|
flex-direction: column; |
|
} |
|
.packages-content-left, |
|
.packages-content-right { |
|
width: 100%; |
|
} |
|
}
|
|
|