提交 0e163e10 编写于 作者: P popcor255 提交者: tekton-robot

Fix css from breaking for different browsers

The banner for cd foundation and partners are off center after a certain size of 1739px. As a user this breaks the flow and decreases the usuability of the website.

Change broken CSS styles

The padding for the banners on the tekton webpage had incorrect max-widths and some strange padding.
As a user these changes improve the flow of the website.

add bg color to wrapper below container

The rendering on IOS mobile devices are different and causes the style to overridden on IOS devices. Removing the Copyright on the footer. Added the class for styles one element below to fix this issue

remove bootstrap styling
上级 997853d0
{{ $links := .Site.Params.links }}
<footer class="auto-height bg-dark py-5 row d-print-none">
<div class="container-fluid mx-sm-5">
<div class="row">
<div class="container-fluid bg-dark">
<div class="row bg-dark">
<div class="col-6 col-sm-4 text-xs-center order-sm-2">
{{ with $links }}
{{ with index . "user"}}
......
......@@ -11,7 +11,7 @@
</div>
</div>
</div>
<div class="container">
<div class="container" style="max-width: 100vw;">
<div class="row">
<div class="col mb-5 text-center">
<h3>Tekton is a <a href="https://cd.foundation/">Continuous Delivery Foundation</a> project.</h3>
......
......@@ -9,7 +9,7 @@
</div>
</div>
</div>
<div class="container">
<div class="container" style="max-width: 100vw;">
<div class="row">
<div class="col mb-5 text-center">
<h3>Tekton is a collaborative project where members of the ecosystem contribute together to make CI/CD easier for everyone.
......
......@@ -6,7 +6,7 @@
<section class="row td-box td-box--{{ $col_id }} position-relative td-box--gradient td-box--height-{{ $height }}">
<div class="container">
<div class="col">
<div class="row pl-0">
<div class="row p-0">
<div class="col-lg-6 mb-5 mb-lg-0">
<div class="text-left">
<p class="h3 text-light d-inline">Tekton is a powerful and flexible </p>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册