/*
Theme Name: Pleiades
Theme URI: http://aguavisual.com
Author: Daniel López Rubio
Author URI: http://daniellopezrubio.es/
Description: Pleiades custom theme
Version: 2026.07
*/

/*
Hej there!
This is a custom WordPress theme I created specifically for my portfolio.
Each user counts! This theme is compatible with all kind of resolutions. Go ahead, check this site in your smartphone!

This site does not use trackers or third party cookies. Only functional cookies are used.
*/
html {
    scroll-behavior: smooth
}
body {
    position: relative; /* scrollspy */
    min-width:320px;
}
.container-fluid > .row {
    margin-right: auto;
    margin-left: auto;
}
footer {
    width:100%;
}
.ply-email,
.ply-msisdn {
    cursor:pointer;
}
.ply-email::after {
    content: "daniellopezrubio.es";
}
.ply-email::before {
    content: "hola\0040";
}
