mirror of
https://github.com/ivabus/www
synced 2024-11-22 18:35:06 +03:00
Reduce width of main copy
This commit is contained in:
parent
209cfb3838
commit
c845af6714
1 changed files with 4 additions and 2 deletions
|
@ -54,6 +54,8 @@
|
||||||
margin-left:auto;
|
margin-left:auto;
|
||||||
margin-right:auto;
|
margin-right:auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 600px) {
|
@media only screen and (max-width: 600px) {
|
||||||
|
@ -91,8 +93,8 @@
|
||||||
<img id="tea-steam-dark-1" src="/Images/tea-steam-dark-1.svg" alt="">
|
<img id="tea-steam-dark-1" src="/Images/tea-steam-dark-1.svg" alt="">
|
||||||
<img id="tea-steam-dark-2" src="/Images/tea-steam-dark-2.svg" alt="">
|
<img id="tea-steam-dark-2" src="/Images/tea-steam-dark-2.svg" alt="">
|
||||||
<div class="container mt-5 mb-5">
|
<div class="container mt-5 mb-5">
|
||||||
<div class="row">
|
<div class="row syne-main d-flex justify-content-center">
|
||||||
<div class="col" style="z-index:100; display:flex; flex-direction:column;">
|
<div class="col-lg-9 col-md-6 col-sm-12 col-12" style="z-index:100; display:flex; flex-direction:column;">
|
||||||
<div style="margin-top:auto; margin-bottom:auto;">
|
<div style="margin-top:auto; margin-bottom:auto;">
|
||||||
<h1 class="text-center display-3 syne yellow">Be the pioneer of a better internet.</h1>
|
<h1 class="text-center display-3 syne yellow">Be the pioneer of a better internet.</h1>
|
||||||
<p class="syne-body text-center mb-5 mt-5"><span class="yellow">tea</span> is putting an end to Big Tech making trillions off the generosity
|
<p class="syne-body text-center mb-5 mt-5"><span class="yellow">tea</span> is putting an end to Big Tech making trillions off the generosity
|
||||||
|
|
Loading…
Reference in a new issue