Update static/styles/style.css
Browse files- static/styles/style.css +3 -0
static/styles/style.css
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
/*
|
| 2 |
@author: idoia lerchundi
|
| 3 |
*/
|
|
|
|
|
|
|
|
|
|
| 4 |
#credit {
|
| 5 |
background-color: #f5f5f5; /* Light gray background */
|
| 6 |
color: #555555; /* Dark gray font for readability */
|
|
|
|
| 1 |
/*
|
| 2 |
@author: idoia lerchundi
|
| 3 |
*/
|
| 4 |
+
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
|
| 5 |
+
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
|
| 6 |
+
html,body{font-size:15px;line-height:1.5}html{overflow-x:hidden}
|
| 7 |
#credit {
|
| 8 |
background-color: #f5f5f5; /* Light gray background */
|
| 9 |
color: #555555; /* Dark gray font for readability */
|