This commit is contained in:
29
wwwroot/css/app.css
Normal file
29
wwwroot/css/app.css
Normal file
@@ -0,0 +1,29 @@
|
||||
|
||||
|
||||
ul{
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.rf-list, .list-unstyled{
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.rf-content{
|
||||
margin-top:64px;
|
||||
}
|
||||
|
||||
.rf-larger{
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
.rf-smaller{
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 576px){ /* bump up font on smaller screen */
|
||||
html{font-size: 20px}
|
||||
|
||||
.rf-content{
|
||||
margin-top:80px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user