Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
CusMeDroid authored Apr 11, 2024
1 parent 6193739 commit d4a94dd
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,28 @@ main {
color: white;
}

.mpf1 {
display: flex;
}

.mpf1 img {
width: 96px;
height: 96px;
margin-right: 4px;
}

.mpf2 {
padding-left: 4px;
border-left: 1px solid #000;
overflow: hidden;
}

.mpf2 a {
font-size: 20px;
margin-right: 5px;
display: inline-block;
}

footer {
text-align: center;
}
Expand All @@ -314,4 +336,9 @@ footer {
.footer {
font-size: 12px !important;
}
.mpf1 img {
width: 56px;
height: 56px;
margin-right: 4px;
}
}

0 comments on commit d4a94dd

Please sign in to comment.