source for lucas.co
Update styles.css
styles.css | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/styles.css b/styles.css
index 3c51865..48927da 100644
--- a/styles.css
+++ b/styles.css
@@ -1,10 +1,11 @@
:root {
--width1: 11%;
- --height1: 65%;
+ --height1: 75%;
--height2: 63%;
--top1: 1%;
--top2: 5%;
- --bottom1: 3%;
+ --top3: 78%;
+ --bottom1: 13%;
--side1: 20%;
}
.title {
@@ -62,7 +63,7 @@
}
.circle1 {
position: absolute;
- bottom: var(--bottom1);
+ top: var(--top3);
left: var(--side1);
width: var(--width1);
padding-bottom: var(--width1);
@@ -72,7 +73,7 @@
}
.circle2 {
position: absolute;
- bottom: var(--bottom1);
+ top: var(--top3);
right: var(--side1);
width: var(--width1);
padding-bottom: var(--width1);