Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

background color changed #333

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 4 additions & 5 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ h6 {
margin: 0;
font-family: "Roboto", sans-serif;
}

body {
background-color: #1199c3;
}
.clear-fix {
overflow: auto;
}
Expand Down Expand Up @@ -58,10 +60,8 @@ h3,
h4,
h5 {
padding: 10px 5%;

}


.date-text {
font-style: italic;
font-size: 14px;
Expand All @@ -76,7 +76,6 @@ h5 {
color: #999;
line-height: 16px;
float: right;

}

p {
Expand Down Expand Up @@ -183,7 +182,7 @@ span {
}
}

@media only screen and (max-width:900px) {
@media only screen and (max-width: 900px) {
.biopic {
width: 175px;
}
Expand Down