mirror of
https://github.com/andrewgioia/blog.git
synced 2024-12-22 18:39:55 +00:00
Slight fixes on different color themes and removing padding at bottom of the tags
This commit is contained in:
parent
2539017db5
commit
73a1606dc8
@ -211,7 +211,7 @@ main {
|
|||||||
margin: max(1vmax, 0.75rem) 0;
|
margin: max(1vmax, 0.75rem) 0;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
border-left: 1vmax solid var(--border-normal);
|
border-left: 1vmax solid var(--text-subdued-normal);
|
||||||
padding-left: 2vmax;
|
padding-left: 2vmax;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
@ -249,7 +249,7 @@ main {
|
|||||||
background: var(--bg-normal);
|
background: var(--bg-normal);
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
content: $icon-barracuda;
|
content: $icon-barracuda;
|
||||||
display: block;
|
display: flex;
|
||||||
font-family: 'andrew';
|
font-family: 'andrew';
|
||||||
font-size: max(3vmax, 2.5rem);
|
font-size: max(3vmax, 2.5rem);
|
||||||
height: max(5vmax, 4rem);
|
height: max(5vmax, 4rem);
|
||||||
@ -374,7 +374,7 @@ ul {
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 4vmax 0;
|
margin: 4vmax 0 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
@ -3,8 +3,8 @@ title: Boycott Facebook, but not because it supports free speech
|
|||||||
linkTitle: Boycott Facebook, but not for its free speech
|
linkTitle: Boycott Facebook, but not for its free speech
|
||||||
author: Andrew Gioia
|
author: Andrew Gioia
|
||||||
slug: "facebook"
|
slug: "facebook"
|
||||||
date: 2020-07-01
|
date: 2020-07-09
|
||||||
publishdate: 2020-07-05
|
publishdate: 2020-07-14
|
||||||
tags:
|
tags:
|
||||||
- Free speech
|
- Free speech
|
||||||
- Privacy
|
- Privacy
|
||||||
|
Loading…
Reference in New Issue
Block a user