Skip to content

Commit

Permalink
Finished Customizer
Browse files Browse the repository at this point in the history
  • Loading branch information
RaddyTheBrand committed Aug 19, 2019
1 parent 9bf5afe commit 4bde6b2
Show file tree
Hide file tree
Showing 9 changed files with 291 additions and 66 deletions.
15 changes: 15 additions & 0 deletions css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/styles.css.map

Large diffs are not rendered by default.

27 changes: 16 additions & 11 deletions css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ body {
background-color:#FFFFFF;
}


.row::after {
content: "";
clear: both;
Expand Down Expand Up @@ -195,6 +194,10 @@ input[type="submit"] {
}
}

.social-icon {
fill: #d9d9d9;
}

.wrapper {
max-width: 600px;
margin: 0 auto;
Expand Down Expand Up @@ -297,6 +300,9 @@ header {
text-align: center;
flex-basis: 0;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;

&:hover {
opacity: 0.7;
Expand Down Expand Up @@ -358,6 +364,8 @@ header {
footer {
margin: 20px 0;
text-align: center;
margin-bottom: -15px;
padding-bottom: 20px;
}


Expand Down Expand Up @@ -414,22 +422,21 @@ nav.pagination {


.error404 {

h1 {
margin-top: 1em;
}
input {
border: 1px solid $secondary-color;
}
}

article {
a {
text-decoration: none;
&:hover {
color: $primary-color;
text-decoration: none;
&:hover {
color: $primary-color;
}
}
}

.thumbnail{
a {
Expand All @@ -448,13 +455,11 @@ nav.pagination {
.content {
padding-bottom: $row-padding!important;
}





&:not(:last-child) {
border-bottom: 1px solid $secondary-color;
}

}


Expand Down
Loading

0 comments on commit 4bde6b2

Please sign in to comment.