mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-07 07:56:12 +02:00
refact: rename Column components to be generic
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import styled from "styled-components"
|
||||
import JetBrainsLogo from "../../images/jetbrains-logo.svg"
|
||||
|
||||
export const HomePartnerWrapper = styled.div`
|
||||
margin-top: 32px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-family: "Oxygen Mono", monospace;
|
||||
text-transform: uppercase;
|
||||
font-size: 22px;
|
||||
`
|
||||
|
||||
export const StyledJetBrainsLogo = styled(JetBrainsLogo)`
|
||||
height: 110px;
|
||||
margin: 0 16px;
|
||||
`
|
||||
Reference in New Issue
Block a user