bootstrap basic layout

This commit is contained in:
Min Zeya Phyo
2017-04-04 02:29:03 +06:30
parent 23998e9f31
commit 7595ed183b
7 changed files with 26 additions and 113 deletions

View File

@@ -1 +1,8 @@
@import "bootstrap";
@import "font-awesome";
/* Show it is fixed to the top */
body {
min-height: 75rem;
padding-top: 4.5rem;
}