Spaces:
Sleeping
Sleeping
Commit
·
2dff39d
1
Parent(s):
5a0f5fc
fixed css
Browse files- static/style.css +4 -2
static/style.css
CHANGED
|
@@ -90,7 +90,7 @@ tr:hover {
|
|
| 90 |
transition: width 0.4s ease-in-out;
|
| 91 |
}
|
| 92 |
|
| 93 |
-
button {
|
| 94 |
display: block;
|
| 95 |
margin: 20px auto 0;
|
| 96 |
padding: 12px 20px;
|
|
@@ -121,6 +121,7 @@ button:active {
|
|
| 121 |
}
|
| 122 |
}
|
| 123 |
|
|
|
|
| 124 |
.references {
|
| 125 |
width: 100%;
|
| 126 |
position: relative;
|
|
@@ -128,7 +129,8 @@ button:active {
|
|
| 128 |
|
| 129 |
.references div{
|
| 130 |
position: absolute;
|
| 131 |
-
right:
|
|
|
|
| 132 |
display: flex;
|
| 133 |
flex-direction: column;
|
| 134 |
}
|
|
|
|
| 90 |
transition: width 0.4s ease-in-out;
|
| 91 |
}
|
| 92 |
|
| 93 |
+
button, .references img {
|
| 94 |
display: block;
|
| 95 |
margin: 20px auto 0;
|
| 96 |
padding: 12px 20px;
|
|
|
|
| 121 |
}
|
| 122 |
}
|
| 123 |
|
| 124 |
+
|
| 125 |
.references {
|
| 126 |
width: 100%;
|
| 127 |
position: relative;
|
|
|
|
| 129 |
|
| 130 |
.references div{
|
| 131 |
position: absolute;
|
| 132 |
+
right: 20;
|
| 133 |
+
bottom: 20;
|
| 134 |
display: flex;
|
| 135 |
flex-direction: column;
|
| 136 |
}
|