Rivisto il layout largo e proporzionate scalarmente. Necessario test su qualche dispositivo tablet.
This commit is contained in:
parent
a975a41228
commit
8b5b381ef2
8 changed files with 145 additions and 59 deletions
|
@ -16,6 +16,7 @@ h1, h2 {
|
|||
}
|
||||
|
||||
.mobile-menu { display: none; }
|
||||
.mobile-only { display: none; }
|
||||
|
||||
.title
|
||||
{
|
||||
|
@ -246,8 +247,11 @@ td.hours {
|
|||
padding-top: 1px;
|
||||
}
|
||||
|
||||
.nav
|
||||
{
|
||||
.mobile-only {
|
||||
display: list-item;
|
||||
}
|
||||
|
||||
.nav {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
@ -267,7 +271,6 @@ td.hours {
|
|||
|
||||
#avatar {
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
margin: 10px auto;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue