Commit d17ebe32 by Ari Agung Prasetiyo Committed by pbbm2

logo css

1 parent 5aa0e9dd
...@@ -40,7 +40,19 @@ ...@@ -40,7 +40,19 @@
<!-- USE THIS SLOT TO INHSERT NEW CSS--> <!-- USE THIS SLOT TO INHSERT NEW CSS-->
<metal:css define-slot="css_files"></metal:css> <metal:css define-slot="css_files"></metal:css>
<style metal:define-slot="styles"></style> <style metal:define-slot="styles"></style>
<style>
#logo {margin: 0 !important;}
#logo img {
height: 44px;
width: auto;
margin: 0;
}
.project-context .title-page{
font-size: 19px;
line-height: 40px;
color: #474544;
}
</style>
</head> </head>
<body class="fixed-header"> <body class="fixed-header">
...@@ -323,4 +335,4 @@ ...@@ -323,4 +335,4 @@
<script metal:define-slot="scripts"></script> <script metal:define-slot="scripts"></script>
</body> </body>
</html>
\ No newline at end of file \ No newline at end of file
</html>
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!