blob: d4f9aac4fa24ca85e21e14a348bde21a5b07b9d1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
body {
font-size: 1.2rem;
.bottom {
height: 214px;
background-image: url('../images/agl_logo_1080.png');
background-position: center center;
background-repeat: no-repeat;
}
}
|