Aldonas Esperantan flagon apud ligilarnomoj
Ankaŭ malneprigas mojuskilgon de la unua litero de ĉiu vorto en nomo. Tio aspektis stulta! :P
This commit is contained in:
parent
1167198c03
commit
8c9deaa3cc
|
@ -138,9 +138,12 @@ export default function PublicCollections() {
|
||||||
)}
|
)}
|
||||||
<div className="lg:w-3/4 w-full mx-auto p-5 bg">
|
<div className="lg:w-3/4 w-full mx-auto p-5 bg">
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
<p className="text-4xl font-thin mb-2 capitalize mt-10">
|
<div>
|
||||||
|
<img src="/esperanto.png" width="50" className="our-collection-icon" />
|
||||||
|
<p className="our-collection-name text-4xl font-thin mb-2 capitalize mt-10">
|
||||||
{collection.name}
|
{collection.name}
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
<div className="flex gap-2 items-center mt-8 min-w-fit">
|
<div className="flex gap-2 items-center mt-8 min-w-fit">
|
||||||
<ToggleDarkMode />
|
<ToggleDarkMode />
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
|
@ -0,0 +1,5 @@
|
||||||
|
La flagoj de Esperanto venas el la bilosignaro Emoji One, kaj fakte estas redaktita flago de tongo 🇹🇴, ĉar ja ne ekzistas jam esperanta bildosigno efektiva!
|
||||||
|
|
||||||
|
La tuta signoformaro Emoji One estas sub la permesilo CC BY 4.0.
|
||||||
|
|
||||||
|
https://emojione.com/
|
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
|
@ -289,3 +289,18 @@
|
||||||
.our-vertical-center {
|
.our-vertical-center {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.our-collection-icon {
|
||||||
|
display: inline;
|
||||||
|
margin-right: 1em;
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.our-collection-name {
|
||||||
|
padding-top: 10px;
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.capitalize {
|
||||||
|
text-transform: none;
|
||||||
|
}
|
||||||
|
|
Ŝarĝante…
Reference in New Issue