mirror of
https://github.com/acid-info/free.technology.git
synced 2025-02-23 06:58:16 +00:00
style: misc. style updates
This commit is contained in:
parent
27b5565421
commit
6218bd9cfb
@ -11,9 +11,12 @@ const BUMenus = ({ children }: Props) => {
|
||||
const Container = styled.div`
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 180px;
|
||||
|
||||
margin-bottom: 324px;
|
||||
margin-bottom: 144px;
|
||||
|
||||
> div {
|
||||
margin-bottom: 180px;
|
||||
}
|
||||
`
|
||||
|
||||
export default BUMenus
|
||||
|
@ -21,7 +21,6 @@ const Container = styled.div`
|
||||
display: flex;
|
||||
width: 100%;
|
||||
justify-content: space-between;
|
||||
margin-top: 180px;
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.18);
|
||||
box-sizing: border-box;
|
||||
|
||||
|
@ -80,7 +80,7 @@ const TitleContainer = styled.div`
|
||||
gap: 16px;
|
||||
width: 100%;
|
||||
height: fit-content;
|
||||
padding-top: 24px;
|
||||
padding-block: 24px;
|
||||
|
||||
@media (max-width: ${breakpoints.md}px) {
|
||||
padding-block: 16px;
|
||||
|
@ -54,7 +54,6 @@ const Container = styled.div`
|
||||
display: flex;
|
||||
width: 100%;
|
||||
justify-content: space-between;
|
||||
margin-top: 180px;
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.18);
|
||||
|
||||
@media (max-width: ${breakpoints.md}px) {
|
||||
@ -73,7 +72,7 @@ const TitleContainer = styled.div`
|
||||
gap: 16px;
|
||||
width: 100%;
|
||||
height: fit-content;
|
||||
padding-top: 24px;
|
||||
padding-block: 24px;
|
||||
|
||||
@media (max-width: ${breakpoints.md}px) {
|
||||
padding-block: 16px;
|
||||
|
@ -32,7 +32,6 @@ const Container = styled.div`
|
||||
display: flex;
|
||||
width: 100%;
|
||||
justify-content: space-between;
|
||||
margin-top: 180px;
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.18);
|
||||
|
||||
@media (max-width: ${breakpoints.md}px) {
|
||||
|
@ -12,7 +12,7 @@ const Page = ({ jobs }: any) => {
|
||||
<>
|
||||
<SEO />
|
||||
<div>
|
||||
<Box>
|
||||
<Box marginBottom="180px">
|
||||
<JobFilter
|
||||
data={jobs}
|
||||
activeBUs={activeBUs}
|
||||
|
@ -13,7 +13,7 @@ const Page = ({ services }: any) => {
|
||||
<>
|
||||
<SEO />
|
||||
<div>
|
||||
<Box>
|
||||
<Box marginBottom="180px">
|
||||
<ServiceFilter
|
||||
services={services}
|
||||
activeServices={activeServices}
|
||||
|
Loading…
x
Reference in New Issue
Block a user