Commit cd506b7b authored by Hui's avatar Hui
Browse files

Replace style.css

parent 1c44b0a9
......@@ -27,6 +27,10 @@ p {
list-style-image: url(../images/list.png);
}
.content img {
max-width: 100%;
}
header {
position: relative;
width: 100%;
......@@ -167,6 +171,16 @@ nav a:hover {
margin: auto;
}
#projectlogo {
text-align: center;
margin-top: auto;
}
#projectlogo img{
max-width: 300px;
width: 16%;
}
#projectname {
font-weight: 700;
color: #fff;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment