diff --git a/startpage.html b/startpage.html index 446b1c5..4da7714 100644 --- a/startpage.html +++ b/startpage.html @@ -182,6 +182,12 @@ display: flex; flex-direction: column; } + .renameAndClone { + display: flex; + flex-direction: row; + justify-content: space-between; + margin: .5rem .5rem 1rem 0; + } .sectionListingContainer { display: flex; @@ -520,6 +526,7 @@
+ todo: recoloring links and then adding a new one resets the color, and something else. check the refreshing of containers, yo!