make logo smaller
This commit is contained in:
parent
11bd3c4849
commit
af28539a02
@ -176,14 +176,16 @@ button {
|
|||||||
.logo {
|
.logo {
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 160px;
|
height: 140px;
|
||||||
|
margin-bottom: 20px;
|
||||||
img {
|
img {
|
||||||
display: block;
|
display: block;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
h3 {
|
h3 {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 200px;
|
font-size: medium;
|
||||||
|
width: 140px;
|
||||||
top: 33%;
|
top: 33%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user