mirror of
https://github.com/NovaOSS/nova-web.git
synced 2024-11-25 18:33:57 +01:00
Small improvements
This commit is contained in:
parent
c9a0d97f78
commit
41bc3ecaa0
|
@ -17,6 +17,7 @@ div.featured-box {
|
|||
margin-block: 2rem;
|
||||
display: flex;
|
||||
vertical-align: middle;
|
||||
transition: all 200ms;
|
||||
}
|
||||
div.featured-box:hover {
|
||||
scale: 1.05;
|
||||
|
@ -30,9 +31,9 @@ div.featured-box img {
|
|||
}
|
||||
div.featured-box h2 {
|
||||
vertical-align: middle;
|
||||
margin-block: auto;
|
||||
margin-left: 1rem;
|
||||
font-size: 2rem;
|
||||
margin-block: 0;
|
||||
}
|
||||
div.featured-box h2 span {
|
||||
color: #f45a88;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -17,7 +17,7 @@ div.featured-box
|
|||
margin-block: 2rem
|
||||
display: flex
|
||||
vertical-align: middle
|
||||
|
||||
transition: all 200ms
|
||||
|
||||
&:hover
|
||||
scale: 1.05
|
||||
|
@ -30,9 +30,9 @@ div.featured-box
|
|||
|
||||
h2
|
||||
vertical-align: middle
|
||||
margin-block: auto
|
||||
margin-left: 1rem
|
||||
font-size: 2rem
|
||||
margin-block: 0
|
||||
|
||||
span
|
||||
color: $primary-light
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
<div class="featured-box" onclick="window.open('https://fmhy.pages.dev/ai', '_blank')">
|
||||
<img src="https://fmhy.pages.dev/static/fmhy.ico">
|
||||
<h2>Featured in <span>Free Media Heck Yeah</span></h2>
|
||||
<p>"Nova AI - Free GPT-4 Tokens / API / Chat"</p>
|
||||
</div>
|
||||
|
||||
<h2>Cherry-picked quotes</h2>
|
||||
|
|
Loading…
Reference in a new issue