mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 02:25:08 +01:00
Responsive padding
This commit is contained in:
parent
6d271bc7fd
commit
1b2cc93d68
@ -7,7 +7,7 @@ export interface PaperProps {
|
||||
|
||||
export function Paper(props: PaperProps) {
|
||||
return (
|
||||
<div className={`bg-denim-200 lg:rounded-xl p-12 ${props.className}`}>
|
||||
<div className={`bg-denim-200 lg:rounded-xl px-4 sm:px-8 md:px-12 py-6 sm:py-8 md:py-12 ${props.className}`}>
|
||||
{props.children}
|
||||
</div>
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user