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