Get the latest commit and show it on the home page
This commit is contained in:
parent
ffb3e791ab
commit
5d67e92245
23 changed files with 233 additions and 60 deletions
5
Website/wwwroot/css/home.scss
Normal file
5
Website/wwwroot/css/home.scss
Normal file
|
@ -0,0 +1,5 @@
|
|||
.commit-table {
|
||||
td:first-child(){
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
|
@ -214,6 +214,7 @@ form {
|
|||
}
|
||||
|
||||
@import "blog.scss";
|
||||
@import "home.scss";
|
||||
|
||||
|
||||
@media screen and (max-width: 992px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue