Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-07-15 20:28:14 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e46d0600c68c2b2f70e46003dbfae8a061dbed8a
e46d0600
1 parent
78fdf1ce
add html, body style
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
front/src/Styles/GlobalStyles.js
front/src/Styles/GlobalStyles.js
View file @
e46d060
...
...
@@ -3,6 +3,13 @@ import reset from "styled-reset";
export
default
createGlobalStyle
`
${
reset
}
html {
box-sizing: border-box;
font-size: 16px;
}
body {
max-width: 100%;
}
li {
list-style: none;
}
...
...
Please
register
or
login
to post a comment