Toggle navigation
Toggle navigation
This project
Loading...
Sign in
강동현
/
nodejs-game
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Overnap
2021-06-10 03:57:56 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
883f3c31e063392f55d32f5a6e8086f18f18d7ae
883f3c31
1 parent
26951faa
Builds for 1 pipeline
passed
in 8 minutes 4 seconds
css 120짜리 spacing 추가
Changes
1
Builds
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
web/tailwind.config.js
web/tailwind.config.js
View file @
883f3c3
...
...
@@ -2,7 +2,11 @@ module.exports = {
purge
:
[],
darkMode
:
false
,
// or 'media' or 'class'
theme
:
{
extend
:
{},
extend
:
{
spacing
:
{
120
:
'30rem'
,
},
},
},
variants
:
{
extend
:
{
...
...
Please
register
or
login
to post a comment