diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-02-20 00:07:04 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-02-20 00:07:04 +0100 |
| commit | c0f65f76be3f33fb464d3f75c9b9e0100ea60436 (patch) | |
| tree | 52438e956e7a11eaacdee27a0a8ae139464db716 /source/assets | |
| parent | 5432102f3482cd71d70c687b375c89882b82d0c1 (diff) | |
| download | mitjafelicijan.com-c0f65f76be3f33fb464d3f75c9b9e0100ea60436.tar.gz | |
Move to Firebase and added additional content
Diffstat (limited to 'source/assets')
| -rw-r--r-- | source/assets/default.css | 33 |
1 files changed, 26 insertions, 7 deletions
diff --git a/source/assets/default.css b/source/assets/default.css index a7dff38..8f15299 100644 --- a/source/assets/default.css +++ b/source/assets/default.css | |||
| @@ -44,7 +44,7 @@ h1 { | |||
| 44 | } | 44 | } |
| 45 | 45 | ||
| 46 | h2,h3,h4,h5 { | 46 | h2,h3,h4,h5 { |
| 47 | margin-top: 50px; | 47 | /*margin-top: 50px;*/ |
| 48 | } | 48 | } |
| 49 | 49 | ||
| 50 | img { | 50 | img { |
| @@ -191,7 +191,7 @@ menu { | |||
| 191 | font-size: 80%; | 191 | font-size: 80%; |
| 192 | padding: 0; | 192 | padding: 0; |
| 193 | padding-top: 10px; | 193 | padding-top: 10px; |
| 194 | 194 | margin-bottom: 40px; | |
| 195 | } | 195 | } |
| 196 | 196 | ||
| 197 | menu a.logo { | 197 | menu a.logo { |
| @@ -237,6 +237,21 @@ footer > * { | |||
| 237 | color: #333; | 237 | color: #333; |
| 238 | } | 238 | } |
| 239 | 239 | ||
| 240 | /*************************************************************** ARTICLE LIST */ | ||
| 241 | |||
| 242 | .article-list article { | ||
| 243 | margin-bottom: 20px; | ||
| 244 | } | ||
| 245 | |||
| 246 | .article-list article h2 { | ||
| 247 | margin: 0; | ||
| 248 | line-height: 150%; | ||
| 249 | } | ||
| 250 | |||
| 251 | .article-list a { | ||
| 252 | text-decoration: none; | ||
| 253 | } | ||
| 254 | |||
| 240 | /***************************************************************** RESPONSIVE */ | 255 | /***************************************************************** RESPONSIVE */ |
| 241 | 256 | ||
| 242 | @media only screen and (max-width:800px) { | 257 | @media only screen and (max-width:800px) { |
| @@ -251,12 +266,16 @@ footer > * { | |||
| 251 | h1 { | 266 | h1 { |
| 252 | font-size: 200%; | 267 | font-size: 200%; |
| 253 | } | 268 | } |
| 254 | } | ||
| 255 | 269 | ||
| 256 | .article-list a { | 270 | footer { |
| 257 | text-decoration: none; | 271 | text-align: center; |
| 272 | } | ||
| 258 | } | 273 | } |
| 259 | 274 | ||
| 260 | .article-list a h2 { | 275 | /********************************************************************** PRINT */ |
| 261 | margin-bottom: 5px; | 276 | |
| 277 | @media print { | ||
| 278 | nav, footer { | ||
| 279 | display: none; | ||
| 280 | } | ||
| 262 | } | 281 | } |
