feat #6: Add logo to all page headers
This commit is contained in:
parent
4909df4b04
commit
fd8caf98a6
2 changed files with 24 additions and 1 deletions
14
polyculeconnect/static/style/index.css
Normal file
14
polyculeconnect/static/style/index.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.site-header {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
padding: 10px;
|
||||
margin-bottom: 40px;
|
||||
|
||||
.site-logo img {
|
||||
height: 100px;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue