Added openring CSS
This commit is contained in:
parent
a5afb54bf6
commit
1f4639ef98
@ -17,6 +17,7 @@
|
||||
|
||||
.content {
|
||||
background: #121212;
|
||||
box-shadow: 0 0.7rem 2.3rem 0 rgba(255,255,255,0.3);
|
||||
}
|
||||
|
||||
.card-container {
|
||||
@ -47,4 +48,12 @@
|
||||
background: #121212;
|
||||
color: white;
|
||||
}
|
||||
|
||||
footer h3 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.webring {
|
||||
background-color: #121212;
|
||||
}
|
||||
}
|
||||
|
@ -160,7 +160,7 @@ p {
|
||||
}
|
||||
.content {
|
||||
background-color: white;
|
||||
padding: 2em 0;
|
||||
/* padding: 2em 0; */
|
||||
margin-bottom: 3rem;
|
||||
margin-top: 1em;
|
||||
width: 100%;
|
||||
@ -429,7 +429,7 @@ tr:nth-child(even) td {
|
||||
background: #f5f6f7;
|
||||
}
|
||||
footer {
|
||||
height: 17rem;
|
||||
height: 100%;
|
||||
max-width: 50rem;
|
||||
width: 100%;
|
||||
margin-top: -10rem;
|
||||
@ -442,6 +442,10 @@ footer {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
footer h3 {
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
.footer-link {
|
||||
margin: 1rem 0;
|
||||
}
|
||||
@ -450,6 +454,10 @@ footer {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.webring {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/* Medium devices (tablets, ~641px and up) */
|
||||
@media only screen and (min-width: 40.063em) {
|
||||
body {
|
||||
|
Loading…
Reference in New Issue
Block a user