Compare commits
2 Commits
2025.07.20
...
2025.07.20
Author | SHA1 | Date | |
---|---|---|---|
|
c74faccd78 | ||
|
95ce34b12b |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "yevi-org",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"docusaurus": "docusaurus",
|
||||
|
@@ -78,7 +78,7 @@ const FeatureList = [
|
||||
function Feature({ Svg, title, link, description }) {
|
||||
return (
|
||||
|
||||
<div className={clsx('col col--3')}>
|
||||
<div className={clsx('col col--3', styles.featureBlock)}>
|
||||
<div className="text--center">
|
||||
<a href={link} target='_blank' className={styles.featureLink}>
|
||||
<Svg fill="currentColor" className={styles.featureSvg} role="img" />
|
||||
|
@@ -5,6 +5,10 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.featureBlock {
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
.featureSvg {
|
||||
height: 100px;
|
||||
width: 100px;
|
||||
|
@@ -30,4 +30,16 @@
|
||||
--ifm-color-primary-lightest: #d1b2d1;
|
||||
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
|
||||
--ifm-link-color: var(--ifm-color-primary-darker);
|
||||
}
|
||||
|
||||
@media (max-width: 996px) {
|
||||
.col {
|
||||
--ifm-col-width: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
.col {
|
||||
--ifm-col-width: 100%;
|
||||
}
|
||||
}
|
@@ -15,7 +15,7 @@ function HomepageHeader() {
|
||||
<Heading as="h1" className="hero__title">
|
||||
Yehor Vialov
|
||||
</Heading>
|
||||
<p className="hero__subtitle">Public Profiles</p>
|
||||
<p className="hero__subtitle">Public profiles and publications</p>
|
||||
{/* <div className={styles.buttons}>
|
||||
<Link
|
||||
className="button button--secondary button--lg"
|
||||
|
Reference in New Issue
Block a user