Add /about
This commit is contained in:
30
assets/css/about.css
Normal file
30
assets/css/about.css
Normal file
@@ -0,0 +1,30 @@
|
||||
.l-align {
|
||||
text-align: left;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.userboxes {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin: 30px 0;
|
||||
gap: 10px;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
table {
|
||||
border: 1px dotted black;
|
||||
}
|
||||
|
||||
td {
|
||||
font-size: 8pt !important;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: unset;
|
||||
image-rendering: auto;
|
||||
}
|
||||
|
||||
.jabber {
|
||||
max-width: 47px;
|
||||
}
|
Reference in New Issue
Block a user