replace px with rem
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
width: 256px;
|
width: 256px;
|
||||||
height: auto;
|
height: auto;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
margin-right: 10px;
|
margin-right: 1rem;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 1rem;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -35,11 +35,11 @@ header {
|
|||||||
|
|
||||||
/* main content */
|
/* main content */
|
||||||
main nav {
|
main nav {
|
||||||
padding: 10px;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
article {
|
article {
|
||||||
padding: 20px;
|
padding: 1rem;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
/* about page is janky without this; see
|
/* about page is janky without this; see
|
||||||
|
|||||||
Reference in New Issue
Block a user