Remove old placeholder styles

This commit is contained in:
Tom Moor
2017-06-25 21:58:44 -07:00
parent e8423b6a67
commit cac4b0811b
2 changed files with 22 additions and 35 deletions

View File

@@ -9,30 +9,20 @@
padding: 0;
}
body {
display: flex;
width: 100%;
height: 100%;
}
#root {
flex: 1;
height: 100%;
}
.container {
display: flex;
flex;
}
.header {
display: flex;
flex: 1;
height: 42px;
border-bottom: 1px solid #eee;
}
</style>
</head>
<body style='display: flex; width: 100%; height: 100%;'>
<div id="root">
<div class="container">
<div class="header"></div>
</div>
</div>
<body>
<div id="root"></div>
<script src="/static/bundle.js"></script>
</body>
</html>

View File

@@ -1,6 +1,5 @@
<!doctype html>
<html>
<head>
<title>Atlas</title>
<style>
@@ -12,8 +11,6 @@
}
</style>
</head>
<body>
</body>
</html>