💄 change color
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>TPS</title>
|
<title>Interactive Thinking People System</title>
|
||||||
<link rel="stylesheet" href="style.css" />
|
<link rel="stylesheet" href="style.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap");
|
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap");
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--background-color: #dff9fb;
|
--background-color: #b2f1ad;
|
||||||
--customer-height: 180px;
|
--customer-height: 180px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -75,8 +75,7 @@ main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.people-improvement svg {
|
.people-improvement svg {
|
||||||
min-width: 30vh;
|
min-width: 20vw;
|
||||||
max-width: 50vh;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -134,6 +133,10 @@ li {
|
|||||||
.pilars {
|
.pilars {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
svg {
|
||||||
|
max-width: 30vw;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* SVG */
|
/* SVG */
|
||||||
|
|||||||
Reference in New Issue
Block a user