Resume/theme/styles.scss

23 lines
415 B
SCSS
Raw Normal View History

2023-05-03 16:44:33 -04:00
@charset "UTF-8";
2023-05-09 11:04:53 -04:00
@import "https://jenil.github.io/bulmaswatch/materia/bulmaswatch.min.css";
2023-05-03 16:44:33 -04:00
2023-05-09 11:04:53 -04:00
.container {
padding-top: 16px;
display: grid;
grid-template-columns: 30% 1fr;
grid-template-rows: 1fr;
grid-auto-columns: 1fr;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas: ". .";
}
.center{
display: flex;
justify-content: center;
}
.is-256x256{
width: 256px;
height: 256px;
2023-05-03 16:44:33 -04:00
}