This commit is contained in:
parent
ef679d5bc7
commit
0216210041
1 changed files with 5 additions and 3 deletions
|
@ -21,15 +21,17 @@
|
||||||
div {
|
div {
|
||||||
color: white;
|
color: white;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding-left: 15px;
|
padding: 15px;
|
||||||
padding-right: 15px;
|
padding-left: 25px;
|
||||||
|
padding-right: 25px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: #de0e1b;
|
background-color: #de0e1b;
|
||||||
padding: 15px;
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
font-size: 22px;
|
||||||
}
|
}
|
||||||
div p {
|
div p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in a new issue