updated styles
This commit is contained in:
parent
24d8900a3a
commit
845c8f7d38
|
@ -11,14 +11,7 @@
|
|||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="4b1db503-490b-4f06-812d-6b9b94d2764a" name="Default Changelist" comment="">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/elements/homepage/recent-block.jsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/elements/homepage/recent-block.jsx" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/elements/homepage/recent-list.jsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/elements/homepage/recent-list.jsx" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/pages/blog.jsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/pages/blog.jsx" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/pages/portfolio.jsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/pages/portfolio.jsx" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/css/elements/blog-post-preview.scss" beforeDir="false" afterPath="$PROJECT_DIR$/src/css/elements/blog-post-preview.scss" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/css/elements/portfolio-project.scss" beforeDir="false" afterPath="$PROJECT_DIR$/src/css/elements/portfolio-project.scss" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/reducers/site-content-reducer.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/reducers/site-content-reducer.js" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
@ -83,7 +76,7 @@
|
|||
<workItem from="1590125952856" duration="14140000" />
|
||||
<workItem from="1590359928462" duration="4688000" />
|
||||
<workItem from="1590372993882" duration="19190000" />
|
||||
<workItem from="1590539117687" duration="2719000" />
|
||||
<workItem from="1590539117687" duration="3128000" />
|
||||
</task>
|
||||
<servers />
|
||||
</component>
|
||||
|
|
|
@ -22,7 +22,7 @@ const BlogArticlePreview = (props) => {
|
|||
const BlogPage = (props) => {
|
||||
return (
|
||||
<div>
|
||||
<h3 className={'nothing'} >There's nothing here yet</h3>
|
||||
<h2 className={'nothing'} >There's nothing here yet</h2>
|
||||
|
||||
{/*<ul className={"blog-posts"}>*/}
|
||||
{/* {props.posts.map((post, index) => {*/}
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
}
|
||||
|
||||
.nothing{
|
||||
font-family: 'Mononoki Bold', monospace;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
}
|
||||
|
||||
.project-link{
|
||||
margin-right: 10px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-content: center;
|
||||
|
|
|
@ -10,7 +10,7 @@ const initialState = {
|
|||
pageLink: '',
|
||||
links: [
|
||||
{
|
||||
name: 'GitHub',
|
||||
name: 'GitHub page',
|
||||
type: GITHUB,
|
||||
src: 'https://github.com/horhik/ankilan'
|
||||
},
|
||||
|
@ -29,13 +29,13 @@ const initialState = {
|
|||
pageLink: '',
|
||||
links: [
|
||||
{
|
||||
name: 'GitHub',
|
||||
name: 'GitHub page',
|
||||
type: GITHUB,
|
||||
src: 'https://github.com/horhik/snake'
|
||||
},
|
||||
|
||||
{
|
||||
name: 'Game',
|
||||
name: 'Game page',
|
||||
type: APP,
|
||||
src: 'https://smoothsnake.netlify.app',
|
||||
// logo: 'https://raw.githubusercontent.com/Horhik/tasquare/master/src/svg/logo.svg'
|
||||
|
@ -50,12 +50,12 @@ const initialState = {
|
|||
pageLink: '',
|
||||
links: [
|
||||
{
|
||||
name: 'GitHub',
|
||||
name: 'GitHub page',
|
||||
type: GITHUB,
|
||||
src: 'https://github.com/horhik/tasquare'
|
||||
},
|
||||
{
|
||||
name: 'App',
|
||||
name: 'App page',
|
||||
type: APP,
|
||||
src: 'https://tasquare.netlify.app',
|
||||
logo: 'https://raw.githubusercontent.com/Horhik/tasquare/master/src/svg/logo.svg'
|
||||
|
|
Loading…
Reference in a new issue