Minor css fix.
authorRadek Czajka <rczajka@rczajka.pl>
Thu, 28 Nov 2019 23:30:43 +0000 (00:30 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Thu, 28 Nov 2019 23:30:43 +0000 (00:30 +0100)
src/club/templates/club/membership_form.html

index 1ba7c4b..ac4e4c1 100644 (file)
    .inna.active .button {display: none;}
 
    .ambassador {
-       display: flex;
-       justify-content: end;
-       padding: 2em;
+       padding: 2em 145px 2em 2em;
        margin-bottom: 1em;
        border: 1px solid #ddd;
+       position: relative;
    }
    .ambassador img {
        border-radius: 100%;
-       margin-left: 1em;
-       align-self: center;
        height: 100px;
-       width:100px;
+       width: 100px;
+       position: absolute;
+       top: 30px;
+       right: 30px;
    }
    .ambassador div {
        text-align: right;
-       align-self: center;
        line-height: 1.5em;
    }