aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2022-08-22 03:01:58 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2022-08-22 03:01:58 +0200
commite702837408848b60181de74e0b9ebc0d6af2d93e (patch)
treed146702a150370a6fc620cec99b449cbe9151d5f
parent06f03f0241f143a67e31850350b7b89a31643feb (diff)
downloadtaamas.xyz-e702837408848b60181de74e0b9ebc0d6af2d93e.tar.gz
taamas.xyz-e702837408848b60181de74e0b9ebc0d6af2d93e.zip
Fixed float mistake.
-rw-r--r--css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index 7064fbf..a69a7d3 100644
--- a/css/style.css
+++ b/css/style.css
@@ -170,7 +170,7 @@ img {
margin: 0 10% 20px;
max-width: 100%;
height: auto;
- float: center;
+ float: none;
}
ul {