aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2020-03-29 03:18:08 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2020-03-29 03:18:08 +0200
commit1851c3686448292fd01a70307e4679b3da19d32b (patch)
tree00ff27800173c34f34d48f9ec928673f3545afb1
parent1647071aa7d56f6b2e63153b1bc13d112229d6a1 (diff)
downloadmitjafelicijan.com-1851c3686448292fd01a70307e4679b3da19d32b.tar.gz
Blockquote style fix
-rw-r--r--firebase-debug.log16
-rw-r--r--static/style.css3
2 files changed, 17 insertions, 2 deletions
diff --git a/firebase-debug.log b/firebase-debug.log
new file mode 100644
index 0000000..1cc9887
--- /dev/null
+++ b/firebase-debug.log
@@ -0,0 +1,16 @@
1[debug] [2020-03-29T01:17:59.536Z] ----------------------------------------------------------------------
2[debug] [2020-03-29T01:17:59.538Z] Command: /usr/bin/node /usr/bin/firebase deploy
3[debug] [2020-03-29T01:17:59.538Z] CLI Version: 7.16.1
4[debug] [2020-03-29T01:17:59.538Z] Platform: linux
5[debug] [2020-03-29T01:17:59.538Z] Node Version: v12.13.0
6[debug] [2020-03-29T01:17:59.538Z] Time: Sun Mar 29 2020 03:17:59 GMT+0200 (Central European Summer Time)
7[debug] [2020-03-29T01:17:59.538Z] ----------------------------------------------------------------------
8[debug] [2020-03-29T01:17:59.538Z]
9[debug] [2020-03-29T01:17:59.541Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
10[debug] [2020-03-29T01:17:59.542Z] > authorizing via signed-in user
11[debug] [2020-03-29T01:17:59.542Z] [iam] checking project mitja-felicijan-blog for permissions ["firebase.projects.get","firebasehosting.sites.update"]
12[debug] [2020-03-29T01:17:59.543Z] >>> HTTP REQUEST POST https://cloudresourcemanager.googleapis.com/v1/projects/mitja-felicijan-blog:testIamPermissions
13
14[debug] [2020-03-29T01:18:00.459Z] <<< HTTP RESPONSE 200
15[debug] [2020-03-29T01:18:00.468Z] >>> HTTP REQUEST GET https://firebase.googleapis.com/v1beta1/projects/mitja-felicijan-blog
16
diff --git a/static/style.css b/static/style.css
index c855b6d..135ad4b 100644
--- a/static/style.css
+++ b/static/style.css
@@ -31,8 +31,7 @@ blockquote {
31 position: relative; 31 position: relative;
32 margin-block-start: 30px; 32 margin-block-start: 30px;
33 margin-block-end: 30px; 33 margin-block-end: 30px;
34 34 margin-right: 0;
35 border: 1px solid red;
36} 35}
37 36
38blockquote:before { 37blockquote:before {