Skip to content

Commit

Permalink
Stylzzz.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbenwa committed Apr 1, 2024
1 parent 569df29 commit 5d7ff93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ img{
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
width: 100%;
}

.btn{
Expand Down Expand Up @@ -91,7 +91,7 @@ h3{

.divider > section {
border-bottom:2px dashed #eb9486ff;
padding:10px 0;
padding:50px 0;
}

.divider > section:last-of-type{
Expand Down Expand Up @@ -145,7 +145,7 @@ header img {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
width: 100%;
}

.invologo{
Expand Down Expand Up @@ -187,7 +187,7 @@ header img {
display: block;
margin-left: auto;
margin-right: auto;
width: 70%;
width: 100%;
}
/* Principles
----------------------------------*/
Expand Down

0 comments on commit 5d7ff93

Please sign in to comment.