CSS updates to fix issues on small screens. Thanks to 'litelinux' on LQ.
This commit is contained in:
parent
3b9747a411
commit
bbb1a51567
3 changed files with 24 additions and 10 deletions
|
@ -68,6 +68,7 @@ td {
|
|||
background: #f0f0f0;
|
||||
border: 2px solid #070707;
|
||||
box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.5);
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.boxmargins {
|
||||
|
@ -79,6 +80,11 @@ td {
|
|||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.donatebutton {
|
||||
margin-left: 100px;
|
||||
margin-right: 100px;
|
||||
}
|
||||
|
||||
.heading {
|
||||
font-size: 200%;
|
||||
}
|
||||
|
@ -154,6 +160,7 @@ td {
|
|||
margin-right: auto;
|
||||
margin-top: 30px;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#copyright {
|
||||
|
@ -162,9 +169,8 @@ td {
|
|||
}
|
||||
|
||||
#donatebuttons {
|
||||
display: grid;
|
||||
column-gap: 10%;
|
||||
grid-template-columns: auto auto;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 20px;
|
||||
|
@ -198,6 +204,7 @@ td {
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
margin-bottom: 30px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#motd {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue