summaryrefslogtreecommitdiffhomepage
path: root/common
diff options
context:
space:
mode:
authorColleen <[email protected]>2023-01-17 05:33:08 -0400
committerColleen <[email protected]>2023-01-17 05:33:08 -0400
commit07db981c1e56eda873f17e517ba2e99b03a6a11f (patch)
treece53f246ad05a96cf3e0ccc827b17b93348970b5 /common
parent30874d4f8889e2d3db58c56e74c00e6dd3b6e07a (diff)
downloadraylib.com-07db981c1e56eda873f17e517ba2e99b03a6a11f.tar.gz
raylib.com-07db981c1e56eda873f17e517ba2e99b03a6a11f.zip
Centred and added border to architecture diagram.
Diffstat (limited to 'common')
-rw-r--r--common/main.css21
1 files changed, 19 insertions, 2 deletions
diff --git a/common/main.css b/common/main.css
index ba326cf..bbf627b 100644
--- a/common/main.css
+++ b/common/main.css
@@ -47,7 +47,8 @@ html {
}
body {
- background-color: #ddd;
+ /* background-color: #ddd; */
+ background-color: #f5f5f5;
}
a {
@@ -81,7 +82,7 @@ h2 {
padding-top: 128px;
background-color: #f5f5f5;
- border: 2px solid #c8c8c8;
+ /* border: 2px solid #c8c8c8; */
display: flex;
flex-direction: column;
@@ -317,6 +318,22 @@ li {
margin-left: 32px;
}
+.architecture-image-container {
+ margin-top: 32px;
+ width: 100%;
+ display: flex;
+ justify-content: center;
+}
+
+.architecture-image-container img {
+ border: 2px solid #c8c8c8;
+ transition: 0.125s;
+}
+
+.architecture-image-container:hover img {
+ border: 2px solid #828282;
+}
+
#social {
width: fit-content;
height: fit-content;