diff --git a/index.html b/index.html
index d65557f..e308f48 100644
--- a/index.html
+++ b/index.html
@@ -14,17 +14,18 @@
Select and float your favorite shades
diff --git a/style.css b/style.css
index 60a998b..3218bde 100644
--- a/style.css
+++ b/style.css
@@ -156,7 +156,20 @@ footer {
}
+.palette-header-row {
+ display: flex;
+ justify-content: space-between; /* Pushes title and buttons apart */
+ align-items: center; /* Vertically centers them */
+ width: 100%; /* Makes the row fill the container */
+ padding: 0 10px; /* Adds some horizontal spacing */
+ margin: auto
+}
+/* Remove the default margins from your title */
+#selected-palette h2 {
+ margin: 0;
+ font-size: 1.2rem;
+}
.metallic-element[data-color="#FFD700"] {
@@ -414,7 +427,7 @@ footer {
}
#palette-controls {
- position: absolute;
+ position: static;
top: 10px;
right: 10px;
display: flex;