diff --git a/index.html b/index.html
index 364f048..4c78ba0 100644
--- a/index.html
+++ b/index.html
@@ -121,144 +121,128 @@
another article
Associates
-
+
-
+
-
+
-
Oliver twist
-
our star associate
+
Arabella Nozzle
+
+
+ - Coquettery
+ - Bamboozlement
+ - "Quiet Work"
+
-
+
-
-
+
+
-
+
-
Oliver twist
-
our star associate
+
William FitzWilliam
+
+
+ - Embezzlement
+ - Gossip-Mongery
+ - Document Forgery
+
-
+
-
+
-
+
-
Oliver twist
-
our star associate
+
Dora Haddock
+
+
+ - Assault
+ - Aggravated Assault
+ - Protection
+
-
+
-
+
-
+
-
Oliver twist
-
our star associate
+
Jebediah Scratch
+
+
+ - Distraction
+ - Incitement
+ - Tomfoolery
+
-
+
-
+
-
+
-
Oliver twist
-
our star associate
+
Forget-Me-Not Nightshirt
+
+
+ - Damselling
+ - Burglary
+ - Blackmail
+
-
+
-
+
-
+
+
-
Oliver twist
-
our star associate
+
Erstwhile Crumpkin
+
+
+ - Arson
+ - Jimmy-Knockery
+ - Infiltration
+
diff --git a/style.css b/style.css
index 2821eda..10a4fdc 100644
--- a/style.css
+++ b/style.css
@@ -291,11 +291,11 @@ h3 {
}
/* Associate section css */
-.associate-section {
+#associates {
position: relative;
}
-.associate-section h2 {
+#associates h2 {
color: white;
}
@@ -335,25 +335,16 @@ h3 {
.associateCard {
position: absolute;
background-color: var(--light-grey);
- padding:0.5rem;
-
+ padding:0.5rem;
}
-
-
.headshotWrapper :hover {
background-color: var(--light-grey);
transform: translateY(-30px);
transition-timing-function: ease-out;
transition: 1s;
-
-
-
-
}
-
-
.associatePocket {
position: relative;
left: 0;
@@ -369,12 +360,15 @@ h3 {
z-index: 2;
}
-.associateText > h3,
-.associateText > p {
+.associateText h3,
+.associateText p,
+.associateText ul {
text-align: center;
}
-
+.associateText li {
+ list-style-type: none;
+}
/* enquiry section css */
#brown-background {