mirror of
https://github.com/ivabus/www
synced 2024-11-10 08:15:14 +03:00
Spacing/<a> styling, etc.
This commit is contained in:
parent
2b6cfc8baf
commit
acc6e246d0
|
@ -187,12 +187,12 @@
|
|||
</style>
|
||||
<!-- Package Section: Before -->
|
||||
|
||||
<section class="package-before-section m-two-boxes">
|
||||
<section class="package-before-section ">
|
||||
<div class="gen-art" id="gen-art-3"></div>
|
||||
<div class="gen-art" id="gen-art-4"></div>
|
||||
<div class="gen-art" id="gen-art-4_5"></div>
|
||||
<div class="container package_before">
|
||||
<div class="row">
|
||||
<div class="row one-box">
|
||||
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 col-12">
|
||||
<h2 style="margin-bottom: 1vw;">about tea.</h2>
|
||||
<p class="lead">tea.xyz is a feature-rich, delightful unified package manager that will revolutionize open-source development by providing creators and maintainers value for previously unpaid labor.</p>
|
||||
|
|
|
@ -144,6 +144,7 @@
|
|||
border:none;
|
||||
outline: none;
|
||||
border-left: 2px solid #949494;
|
||||
border-right: 2px solid #949494;
|
||||
}
|
||||
|
||||
.clipboard-copy{
|
||||
|
|
|
@ -174,8 +174,6 @@ mark{
|
|||
background-repeat: repeat-y;
|
||||
background-position: right;
|
||||
background-size: cover;
|
||||
padding-top: 12.556vw;
|
||||
padding-bottom: 12.556vw;
|
||||
}
|
||||
|
||||
.package-cta{
|
||||
|
|
|
@ -66,8 +66,7 @@ a{
|
|||
}
|
||||
|
||||
a:hover{
|
||||
background-color:#00ffd0;
|
||||
color: #1a1a1a !important;
|
||||
color: #1a1a1a;
|
||||
}
|
||||
|
||||
/* Breakpoint-Specific Typography */
|
||||
|
|
Loading…
Reference in a new issue