Skip to content

Commit 7ce5ca3

Browse files
committed
add top and bottom margin to main frame in index.blade.php
1 parent e13f6d5 commit 7ce5ca3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

public/css/lfm.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
#wrapper {
2-
min-height: 100vh;
3-
margin-bottom: 0px;
2+
min-height: calc(100vh - 20px);
3+
margin-bottom: 10px;
4+
margin-top: 10px;
45
}
56

67
#main {
78
border-left: 1px solid silver;
8-
min-height: calc(100vh - 70px);
9+
min-height: calc(100vh - 90px);
910
}
1011

1112
.img-row {

0 commit comments

Comments
 (0)