diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-03-23 03:33:42 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-03-23 03:33:42 +0100 |
| commit | 4c69b3793bd09c92704726e8d89699af983ffef2 (patch) | |
| tree | fc68e923b96b86e66c1cd9a50cd18615aa6a520e /template/style.css | |
| parent | 2743df8f19ea16120fbe08f91b3781ddcc05b3f3 (diff) | |
| download | mitjafelicijan.com-4c69b3793bd09c92704726e8d89699af983ffef2.tar.gz | |
Cleanup and added my music page
Diffstat (limited to 'template/style.css')
| -rwxr-xr-x | template/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/template/style.css b/template/style.css index b0cb3f6..d656282 100755 --- a/template/style.css +++ b/template/style.css | |||
| @@ -265,6 +265,13 @@ article a { | |||
| 265 | } | 265 | } |
| 266 | 266 | ||
| 267 | 267 | ||
| 268 | /* audio */ | ||
| 269 | |||
| 270 | audio { | ||
| 271 | width: 100%; | ||
| 272 | } | ||
| 273 | |||
| 274 | |||
| 268 | /* footer */ | 275 | /* footer */ |
| 269 | 276 | ||
| 270 | .footer { | 277 | .footer { |
