Removed memes

This commit is contained in:
mrfry 2022-04-09 10:35:50 +02:00
parent e15bc6a782
commit e65739a64a
6 changed files with 780 additions and 780 deletions

View file

@ -2,7 +2,7 @@
width: 100%;
}
.msg {
.motd {
text-align: center;
font-size: 20px;
@ -12,6 +12,7 @@
padding-left: 5px;
padding-right: 5px;
margin-top: 18px;
margin-bottom: 30px;
margin-left: 5px;
margin-right: 5px;
}
@ -94,41 +95,3 @@
.loadMoreButton:hover {
background-color: var(--hoover-color);
}
.header {
display: flex;
}
.header > * {
flex: 1;
}
.leaderBoard {
font-size: 16px;
padding: 2px;
display: flex;
justify-content: space-around;
}
.leaderBoard > div:first-child {
flex: 1;
}
.leaderBoard > div {
flex: 2;
}
.leaderBoard:hover {
background-color: var(--hoover-color);
}
.selfRow {
color: var(--text-color);
}
.description {
font-size: 12px;
padding: 4px;
display: flex;
justify-content: center;
}