]> git.dabkitsch.com - jekyll-site.git/commitdiff
attempt at scaling...
authorequilet <2237372+equilet@users.noreply.github.com>
Sat, 10 Dec 2022 03:11:53 +0000 (19:11 -0800)
committerequilet <2237372+equilet@users.noreply.github.com>
Sat, 10 Dec 2022 03:11:53 +0000 (19:11 -0800)
style-layout.css

index 54bc3367d353976cedb4281ad84c9a1d82c6bab5..e3df3b0b43b5e2b2fa9f3173ce3ff19c3dfd7c2d 100644 (file)
@@ -7,10 +7,6 @@ body {
        margin-left: 10px;
 }
 
-header {
-       margin:2em 0;
-}
-
 footer {
        margin:2em 0;
        text-align:left;
@@ -23,7 +19,9 @@ footer {
 .flex-container {
        display: flex;
        flex-row: row wrap;
-       gap: 15px;
+       gap: 17px;
+       margin-left: 10px;
+       width: 100%;
 }
 
 .nav {
@@ -40,9 +38,8 @@ footer {
 
 /* --------------------------------------------------------------- */
 
-p a {
-       text-decoration:none;
-       font-weight:bold;
+a:link {
+       text-decoration: none;
 }
 
 /* look into why this .home selector works */
@@ -108,7 +105,7 @@ img[src*="#smaller"] {
 }
 
 /* --------------------------------------------------------------- */
-/* post list nav ------------===---------------------------------- */
+/* post list nav ------------------------------------------------- */
 
 #jeffrey-m-lubow, .post-list-heading { 
        font-family: 'Poiret One', cursive;