﻿.full-article {
    padding:15px;
}
    .full-article .edit-icon {
        color: #007bff;
        float: right;
        cursor: pointer
    }
    .full-article img{
        max-width: 100%;
        height: auto; /* constrains the aspect ratio */
    }

:root:not(.darkMode) {
    --background-primary-color: whitesmoke;
    --background-secondary-color: white;
    --border-color: #cacaca;
    --header-color: #465762;
    --widget-access: flex;
    --var-search-background-active: rgb(0 0 0 / 86%);
    --var-search-background-inactive: rgb(0 0 0 / 10%);
}

@media only screen and (max-width: 768px) {
    .full-article {
        padding: 0px;
    }
}