We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f8a23 commit e564fdbCopy full SHA for e564fdb
1 file changed
src/sections/Community/Handbook/Handbook.style.js
@@ -32,6 +32,9 @@ export const HandbookWrapper = styled.div`
32
}
33
34
.page-section{
35
+ display: flex;
36
+ flex-direction: row;
37
+ align-items: flex-start;
38
@media (min-width: 751px){
39
margin-top: -54rem;
40
position: relative;
0 commit comments