Add some media queries for small devices
This commit is contained in:
parent
db5b9a676f
commit
d77751eb9d
3 changed files with 57 additions and 20 deletions
|
@ -5,7 +5,8 @@
|
|||
}
|
||||
|
||||
#resume {
|
||||
width: 640px;
|
||||
width: 100%;
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
#resume h1 a {
|
||||
|
@ -92,3 +93,11 @@ dd {
|
|||
margin: 0;
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
/* Desktops */
|
||||
@media only screen and (min-width: 768px) {
|
||||
#resume {
|
||||
width: 640px;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue