Skip to content

Commit

Permalink
still restructuring css
Browse files Browse the repository at this point in the history
  • Loading branch information
kithenry committed Aug 12, 2024
1 parent 4d86ec8 commit b76fd91
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions writing/published/2024/August/22/test_article.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
}

header a:hover {

color: #3da4b2 !important;
}

.green-line {
Expand Down Expand Up @@ -132,18 +132,12 @@
border-bottom: 1px solid #b9cdeb;
}




.icon-toggle {
display: none;
footer {
background-color: #b1624e;
}

.icon-toggle i {
height: 30px;
}

.footer-container {
footer .footer-container {
display: flex;
flex-direction: row;
justify-content: center;
Expand Down Expand Up @@ -183,7 +177,7 @@
margin-bottom: 4px;
}

.icon-list {
.icons .icon-list {
padding: 5px;
}

Expand All @@ -203,12 +197,12 @@
margin: 0 5px;
}

.about-text {
.about-me .about-text {
display: flex;
flex-direction: column;
}

a.button {
.about-text a.button {
text-transform: uppercase;
font-family: 'Roboto', sans-serif;
border: 2px solid #fff;
Expand Down Expand Up @@ -239,18 +233,18 @@
display: flex;
flex-direction: column;
padding: 10px;
margin-left: 15px;
padding-left: 0px;
padding-right: 10px;
margin-left: 0px;
margin-right: 5px;
font-family: 'Roboto', sans-serif;
}

.pages a {
color: #fff;
}

footer {
background-color: #b1624e;
}



.copyright {
color: #252525;
Expand Down

0 comments on commit b76fd91

Please sign in to comment.