mirror of
https://github.com/anatolykopyl/variants.git
synced 2026-03-26 12:54:36 +00:00
Responsive layout
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user