About Social Code
summaryrefslogtreecommitdiff
path: root/html/assets
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@gmail.com>2023-02-02 11:08:56 -0500
committerLucas Fryzek <lucas.fryzek@gmail.com>2023-02-02 11:08:56 -0500
commit8ed47eac7a593a4728792317d04bb1d597db3134 (patch)
tree80ce316d0a2baee90903b3ee205e578162d77f87 /html/assets
parent39d8c7d7018a90e1ad8cf2df032c4b9accc2c574 (diff)
A first Igalia post
Also add support for embedded youtube videos in posts. As well as fix some bugs with drawing note-cards on front page.
Diffstat (limited to 'html/assets')
-rw-r--r--html/assets/igalia_logo.pngbin0 -> 27252 bytes
-rw-r--r--html/assets/style.css22
2 files changed, 12 insertions, 10 deletions
diff --git a/html/assets/igalia_logo.png b/html/assets/igalia_logo.png
new file mode 100644
index 0000000..2fdb664
--- /dev/null
+++ b/html/assets/igalia_logo.png
Binary files differ
diff --git a/html/assets/style.css b/html/assets/style.css
index 83b0bbb..01b066f 100644
--- a/html/assets/style.css
+++ b/html/assets/style.css
@@ -123,6 +123,12 @@ img.rss
padding-right: 10px;
}
+.youtube-video
+{
+ width: fit-content;
+ margin: auto;
+}
+
.contact-list, .social-media-list
{
list-style: none;
@@ -151,6 +157,7 @@ img.rss
margin: auto;
font-size: 72px;
word-break: break-word;
+ text-align: center;
}
.title-header-container
@@ -164,7 +171,9 @@ img.rss
.page-info-container
{
- display: flex;
+ display: flex;
+ width: 700px;
+ margin: auto;
}
.page-info-container p
@@ -217,7 +226,7 @@ img.rss
.page-title-header-container
{
- width: fit-content;
+ width: 1000px;
margin: auto;
display: block;
}
@@ -242,14 +251,6 @@ a.header-link
color: #353534;
}
-/*
-main
-{
- max-width: 1400px;
- margin: 40px auto;
-}
-*/
-
.frontpage-main-container
{
margin: 40px auto;
@@ -313,6 +314,7 @@ main
.note-box img
{
max-width:280px;
+ min-width: 250px;
max-height: 480px;
margin-left: auto;
margin-right: auto;