Change about page's display on mobile
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
.about {
|
||||
margin: 3em auto;
|
||||
width: 50%;
|
||||
width: 80%;
|
||||
}
|
||||
@media (min-width: 640px) {
|
||||
.about {
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
.about p {
|
||||
margin: 2em;
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
.about {
|
||||
margin: 3em auto;
|
||||
width: 50%;
|
||||
width: 80%;
|
||||
|
||||
@media (min-width: 640px) {
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
.about p {
|
||||
|
||||
Reference in New Issue
Block a user