Skip to content

Commit 6a0b949

Browse files
committed
Example app: make layout full screen
1 parent 76b101e commit 6a0b949

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

example_app/templates/layout.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
<title>Flask MongoEngine</title>
55
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
66
</head>
7+
<style>
8+
body {
9+
grid-template-columns: auto;
10+
}
11+
textarea:not([cols]) {
12+
width: auto;
13+
}
14+
</style>
715
<body>
816
<nav>
917
<ul>

0 commit comments

Comments
 (0)