Skip to content

Commit

Permalink
fix: lobby page logo styles
Browse files Browse the repository at this point in the history
  • Loading branch information
avlyalin committed Jun 1, 2020
1 parent b1d3fcf commit 7da51b9
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/containers/lobby/lobby.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,12 @@ function Lobby({
}

return (
<div className={classnames('p-5 pt-4 md:pt-6 min-h-screen', bgColor)}>
<div
className={classnames(
'p-5 pt-4 md:pt-6 lg:pt-8 xl:pt-10 min-h-screen',
bgColor,
)}
>
<div
role="img"
className={classnames(styles.header)}
Expand Down
37 changes: 37 additions & 0 deletions src/containers/lobby/lobby.module.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7da51b9

Please sign in to comment.