Tweak the size of logo
reduce the size of the logo a bit so that second chart is not too much out of view. It cannot be gauranteed that it will be in view in lesser resolutions though. In this comit it is on the same position as it was earlier
This commit is contained in:
parent
073290f039
commit
96f0dc1926
@ -184,9 +184,7 @@ blockquote p {
|
||||
padding: 130px 0px 100px;
|
||||
margin-top: -60px;
|
||||
}
|
||||
h1 {
|
||||
font-size: 2.13em;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background-color: transparent;
|
||||
}
|
||||
@ -245,7 +243,7 @@ h1 {
|
||||
}
|
||||
.hero {
|
||||
padding: 70px 0;
|
||||
font-size: 1.6em;
|
||||
font-size: 1em;
|
||||
font-weight: 300;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -22,12 +22,11 @@
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="row hero" style="padding-top: 30px; padding-bottom: 0px;">
|
||||
<div class="row hero" style="padding-top: 10px; padding-bottom: 0px;">
|
||||
<div class="jumbotron" style="background: transparent;">
|
||||
<img src="https://raw.githubusercontent.com/frappe/design/master/logos/frappe-charts-symbol.svg?sanitize=true" width="100px" height="auto" style="padding-bottom:1em;">
|
||||
<img src="https://raw.githubusercontent.com/frappe/design/master/logos/frappe-charts-symbol.svg?sanitize=true" width="50px" height="auto" style="padding-bottom:1em;">
|
||||
<h1>Frappé Charts</h1>
|
||||
<p class="mt-2">GitHub-inspired simple and modern charts for the web</p>
|
||||
<p class="mt-2">with zero dependencies.</p>
|
||||
<p>GitHub-inspired simple and modern charts for the web</br>with zero dependencies.</p>
|
||||
<!--<p class="mt-2">Because dumb charts are hard to come by.</p>-->
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user