Skip to content

Commit

Permalink
Adjsut archive
Browse files Browse the repository at this point in the history
  • Loading branch information
LinhHo committed Jan 14, 2024
1 parent 408b9ba commit a71e954
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
8 changes: 4 additions & 4 deletions _sass/minimal-mistakes/_archive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
.feature__item {
position: relative;
margin-bottom: 2em;
font-size: 1.125em;
font-size: 1em;

@include breakpoint($small) {
float: left;
Expand Down Expand Up @@ -292,7 +292,7 @@
margin-right: 0;
width: 100%;
clear: both;
font-size: 1.125em;
font-size: 1em;

.archive__item {
float: left;
Expand Down Expand Up @@ -333,7 +333,7 @@
margin-right: 0;
width: 100%;
clear: both;
font-size: 1.125em;
font-size: 1em;

.archive__item {
float: left;
Expand Down Expand Up @@ -376,7 +376,7 @@
margin-right: 0;
width: 100%;
clear: both;
font-size: 1.125em;
font-size: 1em;

.archive__item {
float: left;
Expand Down
2 changes: 1 addition & 1 deletion _sass/minimal-mistakes/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Typography
========================================================================== */

$doc-font-size: 16 !default;
$doc-font-size: 14 !default;

/* paragraph indention */
$paragraph-indent: false !default; // true, false (default)
Expand Down
6 changes: 3 additions & 3 deletions archive/archived_item.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Archived items"
layout: archive
permalink: /Blogs/
author_profile: true
comments: true
permalink: /archive/
author_profile: false
comments: false
classes: wide
---
6 changes: 4 additions & 2 deletions archive/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
layout: archive
title: Archived information
classes: wide

---
<h1> </h1>

Expand All @@ -9,7 +11,7 @@ <h1> </h1>
My personal archive - A list of useful links for work
<ol class="blurb">

To read:
### To read:
<a href="https://fdm.uni-koeln.de/en/c3rdm data management" target="_blank">C3RDM data management</a>,
<a href="https://ec.europa.eu/jrc/en/publication/wind-and-other-co2-free-assets-replacing-coal-2030" target="_blank">EU wind-and-other-co2-free-assets-replacing-coal-2030</a>,
<a href="https://simonleewx.com/2020/10/15/the-many-faces-of-the-nao/" target="_blank">the-many-faces-of-the-nao</a>,
Expand All @@ -25,7 +27,7 @@ <h1> </h1>
</li>

<li>
Data:
### Data:
<ul>

<li>
Expand Down

0 comments on commit a71e954

Please sign in to comment.