mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Fix width of offer
This commit is contained in:
parent
01c97cec70
commit
5f63554b49
1 changed files with 1 additions and 0 deletions
|
|
@ -367,6 +367,7 @@ export const OfferContainer = styled.a`
|
|||
@media (max-width: 768px) {
|
||||
align-items: flex-start;
|
||||
margin-top: 8px;
|
||||
width: 100%;
|
||||
|
||||
.icon {
|
||||
display: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue