diff options
Diffstat (limited to 'public/css/trombinoscope.css')
| -rw-r--r-- | public/css/trombinoscope.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/css/trombinoscope.css b/public/css/trombinoscope.css index f42dad8..357e6b0 100644 --- a/public/css/trombinoscope.css +++ b/public/css/trombinoscope.css | |||
| @@ -1,4 +1,10 @@ | |||
| 1 | article img | 1 | article img |
| 2 | { | 2 | { |
| 3 | border-radius: 50%; | 3 | border-radius: 50%; |
| 4 | } | ||
| 5 | |||
| 6 | .grid_columns | ||
| 7 | { | ||
| 8 | /* écrase les 3 colonnes par défaut */ | ||
| 9 | grid-template-columns: repeat(4, 1fr); | ||
| 4 | } \ No newline at end of file | 10 | } \ No newline at end of file |
