[Javascript2] increase font size
This commit is contained in:
parent
130a30ccb1
commit
e677ff0162
@ -14,6 +14,7 @@ Adapted from https://javascript30.com - Sorting band names without articles
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
|
font-size: 1.5rem;
|
||||||
background-color: seagreen;
|
background-color: seagreen;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -22,7 +23,6 @@ body {
|
|||||||
|
|
||||||
#bands {
|
#bands {
|
||||||
list-style: inside square;
|
list-style: inside square;
|
||||||
font-size: 20px;
|
|
||||||
background: white;
|
background: white;
|
||||||
width: 500px;
|
width: 500px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
@ -15,6 +15,7 @@ Changes:
|
|||||||
* [CSS] added a basic reset
|
* [CSS] added a basic reset
|
||||||
* [CSS] removed unused rule
|
* [CSS] removed unused rule
|
||||||
* [CSS] changed marker color
|
* [CSS] changed marker color
|
||||||
|
* [CSS] increased font size
|
||||||
-->
|
-->
|
||||||
<!--
|
<!--
|
||||||
New elements:
|
New elements:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user