projects
/
thericegoat.com.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55c9ecf
)
page styles: index
author
Eduardo
<
[email protected]
>
Sun, 26 Nov 2023 19:24:12 +0000
(20:24 +0100)
committer
Eduardo
<
[email protected]
>
Sun, 26 Nov 2023 19:24:12 +0000
(20:24 +0100)
src/assets/css/style.css
patch
|
blob
|
history
diff --git
a/src/assets/css/style.css
b/src/assets/css/style.css
index d7e3dd1f015f71c1389124647694f10b3841674f..2a7748d674471466bab52ca1e421fd8ba1341bae 100644
(file)
--- a/
src/assets/css/style.css
+++ b/
src/assets/css/style.css
@@
-141,6
+141,22
@@
body {
text-decoration: underline;
}
+/* index */
+
+#index {
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: space-evenly;
+}
+
+#index > p {
+ flex: 100%;
+}
+
+#index img {
+ flex: 50%;
+}
+
/* TOS */
#TOS {