Add basic header component
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
html {
|
||||
/* this also defines the overall widget size as all sizes are in rem */
|
||||
font-size: 13px;
|
||||
html, body {
|
||||
font-size: 13px; /* this also defines the overall widget size as all sizes are in rem */
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
background-color: #e5e5e5;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user