landing-page: fix font size

Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
This commit is contained in:
Jérémie Drouet 2020-05-12 10:19:07 +02:00
parent feb57a7eea
commit 0b4f71340a
1 changed files with 18 additions and 18 deletions

View File

@ -140,7 +140,7 @@
<div class="cardlet container-fluid"> <div class="cardlet container-fluid">
<div class="row"> <div class="row">
<div class="col-xs-12 col-lg-8"> <div class="col-xs-12 col-lg-8">
<h5>How do I?</h5> <h5 class="title">How do I?</h5>
<p> <p>
Check out the following topics to learn how to build, run, and Check out the following topics to learn how to build, run, and
deploy your applications using Docker. deploy your applications using Docker.
@ -217,7 +217,7 @@
<div class="cardlet container-fluid"> <div class="cardlet container-fluid">
<div class="row"> <div class="row">
<div class="col-xs-12"> <div class="col-xs-12">
<h5>Most popular articles</h5> <h5 class="title">Most popular articles</h5>
<p>Check out the most popular articles on docs.docker.com.</p> <p>Check out the most popular articles on docs.docker.com.</p>
</div> </div>
</div> </div>
@ -263,7 +263,7 @@
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-xs-12 col-md-6 col-lg-offset-1 col-lg-7"> <div class="col-xs-12 col-md-6 col-lg-offset-1 col-lg-7">
<h5> <h5 class="title">
Connect with Docker Captains and Docker enthusiasts through our Connect with Docker Captains and Docker enthusiasts through our
Community Slack channel. Community Slack channel.
</h5> </h5>
@ -287,7 +287,7 @@
<div class="cardlet container-fluid"> <div class="cardlet container-fluid">
<div class="row"> <div class="row">
<div class="col-xs-12"> <div class="col-xs-12">
<h5>Help by product</h5> <h5 class="title">Help by product</h5>
</div> </div>
<div class="col-xs-12"> <div class="col-xs-12">
<ul class="nav nav-tabs"> <ul class="nav nav-tabs">
@ -637,7 +637,7 @@
<div class="container-fluid"> <div class="container-fluid">
<div class="row"> <div class="row">
<div class="col-xs-12 col-md-6"> <div class="col-xs-12 col-md-6">
<h2>Best practices</h2> <h2 class="title">Best practices</h2>
<p> <p>
Take a look at our best practices and reference architecture Take a look at our best practices and reference architecture
topics to fine tune your deployment. topics to fine tune your deployment.
@ -674,7 +674,7 @@
</p> </p>
</div> </div>
<div class="col-xs-12 col-md-6"> <div class="col-xs-12 col-md-6">
<h2>Troubleshooting</h2> <h2 class="title">Troubleshooting</h2>
<p> <p>
Refer to our troubleshooting topics to learn how to diagnose and Refer to our troubleshooting topics to learn how to diagnose and
troubleshoot common issues. troubleshoot common issues.
@ -703,7 +703,7 @@
</div> </div>
<div class="row"> <div class="row">
<div class="col-xs-12 col-md-6"> <div class="col-xs-12 col-md-6">
<h2>Stack Overflow</h2> <h2 class="title">Stack Overflow</h2>
<p> <p>
Browse through some of the frequent questions asked about Docker Browse through some of the frequent questions asked about Docker
on Stack Overflow. on Stack Overflow.
@ -743,19 +743,19 @@
<section id="community-resources" class="container"> <section id="community-resources" class="container">
<div class="row"> <div class="row">
<div class="col-xs-12"> <div class="col-xs-12">
<h2>Community resources</h2> <h2 class="title">Community resources</h2>
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col-xs-12 col-sm-6 col-md-4 card-holder"> <div class="col-xs-12 col-sm-6 col-md-4 card-holder">
<a href="https://events.docker.com/chapters/" class="card"> <a href="https://events.docker.com/chapters/" class="card">
<h5>Find a local meetup</h5> <h5 class="title">Find a local meetup</h5>
<p>Attend one of the 200+ Docker Meetups around the globe.</p> <p>Attend one of the 200+ Docker Meetups around the globe.</p>
</a> </a>
</div> </div>
<div class="col-xs-12 col-sm-6 col-md-4 card-holder"> <div class="col-xs-12 col-sm-6 col-md-4 card-holder">
<a href="https://www.docker.com/events" class="card"> <a href="https://www.docker.com/events" class="card">
<h5>Upcoming Events</h5> <h5 class="title">Upcoming Events</h5>
<p> <p>
Complete a workshop without installing anything using this Docker Complete a workshop without installing anything using this Docker
playground. playground.
@ -764,7 +764,7 @@
</div> </div>
<div class="col-xs-12 col-sm-6 col-md-4 card-holder"> <div class="col-xs-12 col-sm-6 col-md-4 card-holder">
<a href="https://events.docker.com/docker-virtual-meetups/" class="card"> <a href="https://events.docker.com/docker-virtual-meetups/" class="card">
<h5>Tune in Monthly</h5> <h5 class="title">Tune in Monthly</h5>
<p> <p>
Join the Virtual Docker Meetup Group and online meetups every month. Join the Virtual Docker Meetup Group and online meetups every month.
</p> </p>
@ -772,7 +772,7 @@
</div> </div>
<div class="col-xs-12 col-sm-6 col-md-4 card-holder"> <div class="col-xs-12 col-sm-6 col-md-4 card-holder">
<a href="https://www.docker.com/newsletter-subscription" class="card"> <a href="https://www.docker.com/newsletter-subscription" class="card">
<h5>Community news</h5> <h5 class="title">Community news</h5>
<p> <p>
The Docker Weekly is a email newsletter with the latest content on The Docker Weekly is a email newsletter with the latest content on
Docker and the event agenda for the upcoming weeks. Docker and the event agenda for the upcoming weeks.
@ -781,7 +781,7 @@
</div> </div>
<div class="col-xs-12 col-sm-6 col-md-4 card-holder"> <div class="col-xs-12 col-sm-6 col-md-4 card-holder">
<a href="https://www.docker.com/docker-captains" class="card"> <a href="https://www.docker.com/docker-captains" class="card">
<h5>Meet the Captains</h5> <h5 class="title">Meet the Captains</h5>
<p> <p>
Select members of the community that are both experts in their field Select members of the community that are both experts in their field
and are passionate about sharing their Docker knowledge with others. and are passionate about sharing their Docker knowledge with others.
@ -790,7 +790,7 @@
</div> </div>
<div class="col-xs-12 col-sm-6 col-md-4 card-holder"> <div class="col-xs-12 col-sm-6 col-md-4 card-holder">
<a href="https://docs.docker.com/get-started/resources/" class="card"> <a href="https://docs.docker.com/get-started/resources/" class="card">
<h5>Educational resources</h5> <h5 class="title">Educational resources</h5>
<p>Expand your understanding of Docker with these additional resources.</p> <p>Expand your understanding of Docker with these additional resources.</p>
</a> </a>
</div> </div>
@ -800,19 +800,19 @@
<section id="play-with-docker" class="container"> <section id="play-with-docker" class="container">
<div class="row"> <div class="row">
<div class="col-xs-12"> <div class="col-xs-12">
<h2>Play with Docker</h2> <h2 class="title">Play with Docker</h2>
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col-xs-12 col-sm-6 col-md-4 card-holder"> <div class="col-xs-12 col-sm-6 col-md-4 card-holder">
<a href="https://www.docker.com/101-tutorial" class="card"> <a href="https://www.docker.com/101-tutorial" class="card">
<h5>Tutorial</h5> <h5 class="title">Tutorial</h5>
<p>Self-paced tutorials to increase your Docker knowledge.</p> <p>Self-paced tutorials to increase your Docker knowledge.</p>
</a> </a>
</div> </div>
<div class="col-xs-12 col-sm-6 col-md-4 card-holder"> <div class="col-xs-12 col-sm-6 col-md-4 card-holder">
<a href="https://labs.play-with-docker.com/" class="card"> <a href="https://labs.play-with-docker.com/" class="card">
<h5>Lab Environment</h5> <h5 class="title">Lab Environment</h5>
<p> <p>
Complete a workshop without installing anything using this Docker Complete a workshop without installing anything using this Docker
playground. playground.
@ -821,7 +821,7 @@
</div> </div>
<div class="col-xs-12 col-sm-6 col-md-4 card-holder"> <div class="col-xs-12 col-sm-6 col-md-4 card-holder">
<a href="https://docs.docker.com/get-started/resources/" class="card"> <a href="https://docs.docker.com/get-started/resources/" class="card">
<h5>Community Training</h5> <h5 class="title">Community Training</h5>
<p>Free and paid learning materials from Docker Captains.</p> <p>Free and paid learning materials from Docker Captains.</p>
</a> </a>
</div> </div>