mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-09 05:15:02 +00:00
13 lines
169 B
CSS
13 lines
169 B
CSS
#about section {
|
|
font-size: 120%;
|
|
padding-top: 4em;
|
|
width: 50%;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
#notes {
|
|
padding-top: 3em;
|
|
color: #555;
|
|
font-size: 90%;
|
|
font-style: italic;
|
|
}
|