mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:05:06 +03:00
Adjusted h1 on homepage to be larger
This commit is contained in:
parent
ad7203ed16
commit
0269ad1424
2 changed files with 7 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
||||||
<div class="container hero-container">
|
<div class="container hero-container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h1>Keep <span class="white">what</span><br><span class="hero-float" style="float:right;"><span class="white">is</span> yours.</span></h1>
|
<h1 class="impact">Keep <span class="white">what</span><br><span class="hero-float" style="float:right;"><span class="white">is</span> yours.</span></h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
@ -223,7 +223,7 @@
|
||||||
<h2>sta'tea'stics</h2>
|
<h2>sta'tea'stics</h2>
|
||||||
<p class="lead">The problem is bigger than most realize. While everyday people use software every day, very few understand that the technology underlying their daily routine is provided by uncompensated labor.</p>
|
<p class="lead">The problem is bigger than most realize. While everyday people use software every day, very few understand that the technology underlying their daily routine is provided by uncompensated labor.</p>
|
||||||
<p>Even many developers don’t fully recognize the security risks of unpaid open-source until something deep in the stack collapses, like log4J.We want to shine a light on the scale of OSS usage, both to celebrate the achievements of unsung heroes as well as highlight the need for a better way.</p><br>
|
<p>Even many developers don’t fully recognize the security risks of unpaid open-source until something deep in the stack collapses, like log4J.We want to shine a light on the scale of OSS usage, both to celebrate the achievements of unsung heroes as well as highlight the need for a better way.</p><br>
|
||||||
<!-- Commenting this out until more data is available. Everything can fit on the homepage as of now.
|
<!-- Commenting this out until more data is available. Everything can fit on the homepage as of now.
|
||||||
{{- partial "detail-btn-large.html" "#" -}}
|
{{- partial "detail-btn-large.html" "#" -}}
|
||||||
-->
|
-->
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -221,6 +221,11 @@ li{
|
||||||
|
|
||||||
@media only screen and (max-width: 576px) {
|
@media only screen and (max-width: 576px) {
|
||||||
|
|
||||||
|
.impact{
|
||||||
|
font-size: 24vw !important;
|
||||||
|
line-height: 20.4vw;
|
||||||
|
}
|
||||||
|
|
||||||
h1{
|
h1{
|
||||||
font-size: 16vw;
|
font-size: 16vw;
|
||||||
line-height: 20.4vw;
|
line-height: 20.4vw;
|
||||||
|
|
Loading…
Reference in a new issue