Kaydet (Commit) 9050043e authored tarafından Eda Altuntaş's avatar Eda Altuntaş

Anasayfa temizlendi ve tam ekran yapıldı

üst b8219460
......@@ -3,7 +3,6 @@
<el-container class="body">
<el-container>
<el-main><Containers /></el-main>
<el-footer>Footer</el-footer>
</el-container>
</el-container>
</div>
......@@ -20,6 +19,11 @@ export default {
</script>
<style>
html,
body {
margin: 0;
padding: 0;
}
body {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
......@@ -30,6 +34,6 @@ body {
}
.body {
height: 100vw;
height: 100vh;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment