Fixed design of head
This commit is contained in:
@@ -58,6 +58,7 @@ header h1 {
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-shadow: 2px 2px 1px #e0bfff;
|
text-shadow: 2px 2px 1px #e0bfff;
|
||||||
|
padding-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reload-icon {
|
.reload-icon {
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ export default {
|
|||||||
.navbar {
|
.navbar {
|
||||||
background-color: #9400ff;
|
background-color: #9400ff;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
min-height: 47px;
|
min-height: 31px;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: auto;
|
width: auto;
|
||||||
@@ -138,7 +138,7 @@ export default {
|
|||||||
display: block;
|
display: block;
|
||||||
color: white;
|
color: white;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 14px 20px;
|
padding: 6px 20px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user