.flex-container {
display: flex;
flex-row: row wrap;
- gap: 12px;
+ gap: 15px;
}
.nav {
font-weight:bold;
}
-a:hover {
- color: white;
-}
-
/* look into why this .home selector works */
.home h2 {
font-family: 'Poiret One', cursive;
font-style:italic;
}
+.content ul {
+/* text-align:right; */
+ list-style-type: square;
+}
/* --------------------------------------------------------------- */
/* images--------------------------------------------------------- */
}
img[src*="#right"] {
- border: 1px solid pink;
float:right;
padding-left:3em;
padding-top: 1.5em;
}
.nav-cat {
- font-size:0.9em;
-}
-.nav-list {
- width:200px;
- font-size:0.7em;
+ font-size:1.1em;
}
-.nav-post-title {
- list-style-type:lower-roman;
+.nav-list {
+ text-align:right;
+ width:220px;
+ font-size:0.9em;
+ list-style-type:square;
}
/* --------------------------------------------------------------- */