commit 4c0733b5c4593a7ad1dea09c12da2015c02231d3
parent 9376ec346c8c7253f1331384a221ad3e8e25cb3b
Author: Jo Young <>
Date: Sun, 15 Feb 2026 19:23:25 +0000
- changed width of about section
- changed default colours (remember to change into M4 variables)
Diffstat:
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/stylesheet.css b/stylesheet.css
@@ -1,4 +1,6 @@
-header {
+html {
+ color: #faa64c;
+} header {
padding-left: 30px;
padding-right: 30px;
background-color: white;
@@ -22,9 +24,11 @@ header {
} .profile-image {
object-fit: cover;
} .about {
- border: 1px solid black;
+ /*border: 1px solid black;*/
+ border: 1px solid #faa64c;
+ color: #d8842a;
padding: 10px;
- max-width: 500px;
+ width: max(80vw, 100px);
} .art-grid {
/*display: inline-grid;
grid-template-columns: repeat(4, minmax(11rem, 1fr));*/