praiadeseselle/site/templates/css/style.css

23 lines
193 B
CSS
Raw Normal View History

2022-03-09 18:09:44 +01:00
*, *::before, *::after
{
box-sizing: border-box;
}
:root
{
font-size: 16px;
}
body
{
min-height: 100vh;
margin: 0;
background-color: #f2f0f1;
}
img
{
width: 100%;
}