Responsive layout

This commit is contained in:
2020-09-24 03:46:01 +03:00
parent fdd01fd7a8
commit 824c6d9d5c
3 changed files with 77 additions and 29 deletions

View File

@@ -61,3 +61,20 @@ button:not(:disabled):active {
button:focus {
border-color: #666;
}
.footer {
text-align: center;
font-size: small;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
padding-bottom: 10px;
}
code {
background-color: rgb(240, 240, 240);
border-radius: 3px;
padding: 3px 7px 3px 7px;
font-size: medium;
}