mirror of
https://github.com/runyanjake/olomana.git
synced 2025-10-05 05:37:29 -07:00
minor tweak to website
This commit is contained in:
parent
229a01c10b
commit
d93dc05792
@ -5,4 +5,5 @@ COPY website /usr/share/nginx/html
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
|
||||
|
@ -2,7 +2,7 @@ body {
|
||||
height: 100%;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding-bottom: 5%;
|
||||
color: #333333;
|
||||
line-height: 1.6;
|
||||
}
|
||||
@ -123,6 +123,7 @@ header nav ul li a {
|
||||
background: #f4f4f4;
|
||||
text-align: center;
|
||||
padding: 60px 0;
|
||||
padding-bottom: 60px;
|
||||
}
|
||||
|
||||
.sub-section h1 {
|
||||
@ -155,6 +156,7 @@ footer {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 5%;
|
||||
background: #333333;
|
||||
color: #ffffff;
|
||||
text-align: center;
|
||||
@ -173,4 +175,4 @@ footer .social-media a:hover {
|
||||
|
||||
footer p {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user