🚔🐂 Checkpoint
./public/index.html:617503/15 ./public/style.css:617503/792
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@
|
||||
<img
|
||||
src="illustration.svg"
|
||||
class="illustration"
|
||||
alt="Editor illustration"
|
||||
alt="Javascript logo"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+3
-1
@@ -1,6 +1,6 @@
|
||||
/* Our default values set for mobile */
|
||||
:root {
|
||||
--color-bg: #FFFFA0;
|
||||
--color-bg: #9480FF;
|
||||
--color-text-main: #2800FF;
|
||||
--wrapper-height: 87vh;
|
||||
--image-max-width: 300px;
|
||||
@@ -98,6 +98,8 @@ body {
|
||||
border: 1px solid #000000;
|
||||
box-sizing: border-box;
|
||||
border-radius: 4px;
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.btn--remix:hover {
|
||||
|
||||
Reference in New Issue
Block a user