mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-06 23:43:45 +02:00
ui(resources): tweak resource page for mobile
This commit is contained in:
@@ -4,6 +4,11 @@ import styled from "styled-components"
|
||||
export const ResourceBreadcrumbWrapper = styled.div`
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
|
||||
@media screen and (max-width: 767px) {
|
||||
flex-wrap: wrap;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
`
|
||||
|
||||
export const LinkWrapper = styled.div`
|
||||
|
||||
Reference in New Issue
Block a user