Skip to content
Snippets Groups Projects
Commit 13191c4d authored by SeongGyunPark's avatar SeongGyunPark
Browse files

기초 공사 끝

parent 629c2666
No related branches found
No related tags found
No related merge requests found
frontend/public/img/main.png

1.09 MiB

......@@ -86,18 +86,15 @@ class BoardForm extends Component {
};
const divStyle1 = {
width: window.innerWidth * 0.90,
width: window.innerWidth * 0.92,
marginTop: 30,
marginBottom: 30
};
const divStyle2 = {
display:"inline-block",
verticalAlign:"middle"
};
const buttonStyle = {
margin: "10px 10px 0px 0px",
width: 300,
fontSize:30
};
return (
......
......@@ -40,7 +40,7 @@ class Header extends Component {
render() {
const buttonStyle = {
margin: "0px 5px 0px 10px",
margin: "0px 0px 0px 10px",
display: this.state.buttonDisplay,
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment